Browse Source

add dashnav responsive rule to hide tv button on smaller screens

Torkel Ödegaard 7 năm trước cách đây
mục cha
commit
1dc8b898bb
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      public/sass/_old_responsive.scss

+ 2 - 0
public/sass/_old_responsive.scss

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