File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -617,11 +617,12 @@ div[id*="page-options-bottom"] {
617
617
white-space : nowrap;
618
618
619
619
.options {
620
- display : grid !important ;
621
- grid-template-columns : repeat ( 9 , min-content) ;
620
+ display : flex !important ;
621
+ flex-wrap : wrap ;
622
622
align-items : center;
623
623
justify-content : center;
624
- padding : 0 1.5em 0 0 ;
624
+ font-size : 0 ;
625
+ padding : 0 .25rem 0 0 ;
625
626
color : transparent;
626
627
627
628
& ,
@@ -635,8 +636,10 @@ div[id*="page-options-bottom"] {
635
636
display : inline-flex;
636
637
align-items : center;
637
638
justify-content : center;
638
- width : 100% ;
639
639
height : 1em ;
640
+ order : 1 ;
641
+ font-size : calc (var (--base-font-size )* .75 );
642
+ padding-right : .4em ;
640
643
box-shadow : 0.0625rem 0 0 0 rgb (var (--swatch-text-secondary-color ));
641
644
}
642
645
}
You can’t perform that action at this time.
0 commit comments