about summary refs log tree commit diff
path: root/app/javascript/flavours
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-07-14 17:28:09 +0200
committerThibG <thib@sitedethib.com>2018-07-28 23:26:18 +0200
commit69ea4a01e1f876e93e9cbb7f85c7043be5ce8002 (patch)
treeac6613bee8bd572b0a35ce9fc651ade8e68fa80a /app/javascript/flavours
parent37302c63c3a56e4d5600eaede9bfad483f14f0c2 (diff)
Hide navigation bar text so it can fit on small screens
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss8
1 files changed, 0 insertions, 8 deletions
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;