mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
Improve Special:Preferences mobile styles
Improved the Special:Preferences CSS styles for a mobile interface Bug: T311717 Change-Id: I50f74cf45288bd261b5e9075260445df73b03333
This commit is contained in:
parent
92837da6b2
commit
68d763e62a
|
@ -2,7 +2,7 @@
|
|||
|
||||
.mw-mobile-preferences-option {
|
||||
cursor: pointer;
|
||||
padding-top: 0.3125em;
|
||||
padding-top: 0.75em;
|
||||
border-bottom: 0.0625em solid @colorGray12;
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
.mw-prefs-icon {
|
||||
color: @colorGray2;
|
||||
margin: 0.25em 0.5em !important;
|
||||
margin: 0.5em 0.5em 0 0.5em !important;
|
||||
}
|
||||
|
||||
.mw-prefs-title {
|
||||
|
@ -30,9 +30,8 @@
|
|||
font-weight: normal;
|
||||
font-size: 0.875em;
|
||||
line-height: 1.25em;
|
||||
padding: 0 2.7em;
|
||||
color: @colorGray7;
|
||||
margin-top: 0em; // stylelint-disable-line length-zero-no-unit
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.mw-prefs-header-container {
|
||||
|
|
Loading…
Reference in a new issue