Skip to content

Commit c9c127d

Browse files
authored
Merge pull request #240 from SYwaves/footer-options
adjust #footer .options to use flex
2 parents aa90d8c + 1c4f4f0 commit c9c127d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/css/parts/wikidot-structure.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,12 @@ div[id*="page-options-bottom"] {
617617
white-space: nowrap;
618618

619619
.options {
620-
display: grid !important;
621-
grid-template-columns: repeat(9, min-content);
620+
display: flex !important;
621+
flex-wrap: wrap;
622622
align-items: center;
623623
justify-content: center;
624-
padding: 0 1.5em 0 0;
624+
font-size: 0;
625+
padding: 0 .25rem 0 0;
625626
color: transparent;
626627

627628
&,
@@ -635,8 +636,10 @@ div[id*="page-options-bottom"] {
635636
display: inline-flex;
636637
align-items: center;
637638
justify-content: center;
638-
width: 100%;
639639
height: 1em;
640+
order: 1;
641+
font-size: calc(var(--base-font-size)*.75);
642+
padding-right: .4em;
640643
box-shadow: 0.0625rem 0 0 0 rgb(var(--swatch-text-secondary-color));
641644
}
642645
}

0 commit comments

Comments
 (0)