mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 22:25:27 +00:00
Merge "Hygiene: Document why selectors are needed"
This commit is contained in:
commit
80b41c0170
|
@ -313,10 +313,15 @@ input.search {
|
|||
|
||||
@media all and ( min-width: @width-breakpoint-tablet ) {
|
||||
// FIXME: this should be one generic class name
|
||||
// SpecialMobileEditWatchlist
|
||||
.page-summary-list,
|
||||
// Talk overlay
|
||||
.topic-title-list,
|
||||
// structured languages, mobile pagelists
|
||||
.site-link-list,
|
||||
// overlays
|
||||
.overlay .panel,
|
||||
// language overlay / MobileSpecialPageFeed
|
||||
.list-header {
|
||||
padding-left: @contentPaddingTablet;
|
||||
padding-right: @contentPaddingTablet;
|
||||
|
|
Loading…
Reference in a new issue