Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

search box becomes small later and refine disappears later (device screen width)

Cette révision appartient à :
kilo 2017-07-15 13:15:43 +02:00 révisé par GitHub
Parent 5eb291d50b
révision 26686c187d
1 fichiers modifiés avec 3 ajouts et 4 suppressions

Voir le fichier

@ -419,9 +419,6 @@ html, body {
display: none;
}
.visible-md { display: block }
.header .h-search { margin-right: 10px; }
.header .h-search input { width: 90px !important; }
.header .h-search input:focus { width: 150px !important; }
}
@media (max-width: 810px) {
@ -451,12 +448,14 @@ html, body {
height: auto;
}
.tr-cat { width: 73px; }
.form-input.refine { display: none; }
.tr-links { width: 50px; }
.header .h-search input { width: 90px !important; }
.header .h-search input:focus { width: 150px !important; }
}
@media (maw-width: 520px) {
.form-input.language { width: 281px; }
.form-input.refine { display: none; }
}
.up-input {