Structorica Wiki/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 61: | Line 61: | ||
body.mediawiki .mp-button > * { | body.mediawiki .mp-button > * { | ||
width: calc(100% + | width: calc(100% + 6px); | ||
height: calc(100% + | height: calc(100% + 6px); | ||
margin: - | margin: -3px; | ||
position: relative; | position: relative; | ||
| Line 108: | Line 108: | ||
.mp-language-wrapper .mp-button { | .mp-language-wrapper .mp-button { | ||
flex: 1 1 90px; | flex: 1 1 90px; | ||
max-width: | max-width: 180px; | ||
} | } | ||
.mp-language-wrapper .mp-button:last-child { | .mp-language-wrapper .mp-button:last-child { | ||
min-width: 170px; | |||
} | } | ||