File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -1077,7 +1077,7 @@ export default {
1077
1077
// Add close button.
1078
1078
lightbox .pswp .ui .registerElement ({
1079
1079
name: " close-button" ,
1080
- className: " pswp__button--close-button ms-1 " , // Sets the icon style/size in lightbox.css.
1080
+ className: " pswp__button--close-button" , // Sets the icon style/size in lightbox.css.
1081
1081
title: this .$gettext (" Close" ),
1082
1082
ariaLabel: this .$gettext (" Close" ),
1083
1083
order: 1 ,
@@ -1218,7 +1218,7 @@ export default {
1218
1218
if (this .canDownload ) {
1219
1219
lightbox .pswp .ui .registerElement ({
1220
1220
name: " menu-button" ,
1221
- className: " pswp__button--menu-button pswp__button--mdi me-1 " , // Sets the icon style/size in lightbox.css.
1221
+ className: " pswp__button--menu-button pswp__button--mdi" , // Sets the icon style/size in lightbox.css.
1222
1222
ariaLabel: this .$gettext (" More options" ),
1223
1223
order: 10 ,
1224
1224
isButton: true ,
Original file line number Diff line number Diff line change 360
360
height : 20px ;
361
361
}
362
362
363
+ .pswp__top-bar .pswp__button--close-button {
364
+ margin-inline-start : 4px ;
365
+ }
366
+
367
+ .pswp__top-bar .pswp__button--menu-button {
368
+ margin-inline-end : 4px ;
369
+ }
370
+
363
371
.is-ltr .pswp__preloader {
364
372
margin-left : auto;
365
373
margin-right : 0 ;
You can’t perform that action at this time.
0 commit comments