Commit 1dc8b898 by Torkel Ödegaard

add dashnav responsive rule to hide tv button on smaller screens

parent c0c2df4d
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment