add dashnav responsive rule to hide tv button on smaller screens

This commit is contained in:
Torkel Ödegaard 2018-10-29 19:17:08 +01:00
parent c0c2df4da0
commit 1dc8b898bb

View File

@ -10,6 +10,7 @@
max-width: 120px;
}
.navbar-buttons--tv,
.navbar-buttons--actions {
display: none;
}
@ -35,6 +36,7 @@
}
@include media-breakpoint-up(md) {
.navbar-buttons--tv,
.navbar-buttons--actions {
display: flex;
}