mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-27 15:40:15 +00:00
Mobile: Sister projects do not align with search results on the left margin.
- [x] Remove left padding - [x] Add space between result and IW result Bug: T329110 Change-Id: I8085206bd57c5d46d72f6237fe2baf5534365613
This commit is contained in:
parent
e97a2f4ba2
commit
ca7c9456e7
|
@ -7,10 +7,15 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.iw-results {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.iw-resultset:nth-child( 1 ) {
|
||||
.iw-result__header {
|
||||
border-top: solid 1px #ccc;
|
||||
padding-top: 12px;
|
||||
padding-top: 1.666em;
|
||||
margin-top: 1.666em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue