From 69ea4a01e1f876e93e9cbb7f85c7043be5ce8002 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Sat, 14 Jul 2018 17:28:09 +0200 Subject: Hide navigation bar text so it can fit on small screens --- app/javascript/flavours/glitch/styles/components/index.scss | 8 -------- 1 file changed, 8 deletions(-) (limited to 'app/javascript/flavours/glitch/styles') diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 578cdbc9f..36417cde8 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -577,14 +577,6 @@ } } -@include limited-single-column('screen and (max-width: 600px)', $parent: null) { - .tabs-bar__link { - span { - display: inline; - } - } -} - @include multi-columns('screen and (min-width: 631px)', $parent: null) { .tabs-bar { display: none; -- cgit