diff --git a/app/javascript/styles/cybre-base.scss b/app/javascript/styles/cybre-base.scss index 98b68b997..1e3c9a958 100644 --- a/app/javascript/styles/cybre-base.scss +++ b/app/javascript/styles/cybre-base.scss @@ -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';