Rollup merge of #46825 - GuillaumeGomez:mobile-search, r=QuietMisdreavus
Improve search display on mobile r? @QuietMisdreavus
This commit is contained in:
commit
b5f6884aeb
1 changed files with 20 additions and 0 deletions
|
@ -1011,6 +1011,26 @@ h4 > .important-traits {
|
||||||
left: -22px;
|
left: -22px;
|
||||||
top: 24px;
|
top: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#titles > div > div.count {
|
||||||
|
float: left;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#titles {
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (max-width: 416px) {
|
||||||
|
#titles {
|
||||||
|
height: 73px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#titles > div {
|
||||||
|
height: 73px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal {
|
.modal {
|
||||||
|
|
Loading…
Reference in a new issue