Browse Source

Hide navigation bar text so it can fit on small screens

closed-social-glitch-2
Thibaut Girka 6 years ago
committed by ThibG
parent
commit
69ea4a01e1
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      app/javascript/flavours/glitch/styles/components/index.scss

+ 0
- 8
app/javascript/flavours/glitch/styles/components/index.scss View File

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

Loading…
Cancel
Save