Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
chr
ad95c2db01 Fix unnecessary scrollbar on compose drawer 2018-11-17 20:01:11 -08:00

View file

@ -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';