Browse Source

Dashboard: show refresh button in kiosk mode (#17032)

Fixes #16945
Torkel Ödegaard 6 năm trước cách đây
mục cha
commit
3ce2f3b58d
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      public/sass/components/_view_states.scss

+ 1 - 2
public/sass/components/_view_states.scss

@@ -16,8 +16,7 @@
     }
   }
 
-  .navbar-button--zoom,
-  .navbar-button--refresh {
+  .navbar-button--zoom {
     display: none;
   }
 }