mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-10 00:46:12 +00:00
Hide navigation bar text so it can fit on small screens
This commit is contained in:
parent
37302c63c3
commit
69ea4a01e1
|
@ -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…
Reference in a new issue