mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Preferences tabs should be horizontally scrollable
Change-Id: I6766b4ef5a99c66ebb54079b07739315294c86a7
This commit is contained in:
parent
152465abd3
commit
4f6e9e69e1
|
@ -2,7 +2,12 @@
|
|||
|
||||
// FIXME: All this code can be removed when T117781/T171238 is resolved.
|
||||
#preftoc {
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
// Horizontal scrolling
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
white-space: nowrap;
|
||||
padding: 0;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
|
@ -39,6 +44,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
// redudant on mobile - tab labels provide context
|
||||
.mainLegend {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mw-htmlform-submit-buttons,
|
||||
.mw-input {
|
||||
select,
|
||||
|
|
Loading…
Reference in a new issue