Preferences tabs should be horizontally scrollable

Change-Id: I6766b4ef5a99c66ebb54079b07739315294c86a7
This commit is contained in:
jdlrobson 2018-01-24 10:52:20 -08:00 committed by Jdlrobson
parent 152465abd3
commit 4f6e9e69e1

View file

@ -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,