4
3
Fork 3

Fix unnecessary scrollbar on compose drawer

Dieser Commit ist enthalten in:
khr 2018-11-17 20:01:11 -08:00
Ursprung 739e64d2a9
Commit d902bbab25
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -59,5 +59,14 @@
overflow-y:auto;
}
/* Use display: none instead of visibility:hidden
* to hide the suggested follows list on non-mobile */
@media screen and (min-width: 630px) {
.search-results .trends {
display:none;
}
}
@import 'fullwidth-media';