Skip to content

Commit 7906602

Browse files
committed
Updated version and assets for release v0.25.2
1 parent 6dafe77 commit 7906602

File tree

4 files changed

+24
-15
lines changed

4 files changed

+24
-15
lines changed

public/dist/app.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/dist/export-styles.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2245,12 +2245,17 @@ ul.pagination {
22452245
float: left !important;
22462246
margin: 6px 12px 6px 0; }
22472247
.page-content .align-right {
2248-
float: right !important; }
2248+
text-align: right !important; }
22492249
.page-content img.align-right, .page-content table.align-right {
2250-
text-align: right;
2250+
float: right !important;
22512251
margin: 6px 0 6px 12px; }
22522252
.page-content .align-center {
22532253
text-align: center; }
2254+
.page-content img.align-center {
2255+
display: block; }
2256+
.page-content img.align-center, .page-content table.align-center {
2257+
margin-left: auto;
2258+
margin-right: auto; }
22542259
.page-content img {
22552260
max-width: 100%;
22562261
height: auto; }

public/dist/styles.css

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2876,7 +2876,6 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
28762876

28772877
.image-manager-sidebar {
28782878
width: 300px;
2879-
margin-left: 1px;
28802879
overflow-y: auto;
28812880
overflow-x: hidden;
28822881
border-left: 1px solid #DDD; }
@@ -3178,8 +3177,8 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
31783177
font-size: 12px;
31793178
line-height: 1.2;
31803179
top: 88px;
3181-
left: -26px;
3182-
width: 148px;
3180+
left: -12px;
3181+
width: 160px;
31833182
background: #E84F4F;
31843183
padding: 6px;
31853184
color: white; }
@@ -3188,7 +3187,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
31883187
content: '';
31893188
position: absolute;
31903189
top: -6px;
3191-
left: 64px;
3190+
left: 44px;
31923191
width: 0;
31933192
height: 0;
31943193
border-left: 6px solid transparent;
@@ -3841,12 +3840,17 @@ ul.pagination {
38413840
float: left !important;
38423841
margin: 6px 12px 6px 0; }
38433842
.page-content .align-right {
3844-
float: right !important; }
3843+
text-align: right !important; }
38453844
.page-content img.align-right, .page-content table.align-right {
3846-
text-align: right;
3845+
float: right !important;
38473846
margin: 6px 0 6px 12px; }
38483847
.page-content .align-center {
38493848
text-align: center; }
3849+
.page-content img.align-center {
3850+
display: block; }
3851+
.page-content img.align-center, .page-content table.align-center {
3852+
margin-left: auto;
3853+
margin-right: auto; }
38503854
.page-content img {
38513855
max-width: 100%;
38523856
height: auto; }

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.25.1
1+
v0.25.2

0 commit comments

Comments
 (0)