forked from cybrespace/mastodon
Compare commits
1 Commits
cybrespace
...
theme_base
Author | SHA1 | Date |
---|---|---|
khr | ad95c2db01 |
|
@ -59,5 +59,14 @@
|
||||||
overflow-y:auto;
|
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';
|
@import 'fullwidth-media';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue