Browse Source

Dashboard: Fix arrow positioning in button while in panel edit mode (#19084)

Peter Holmberg 6 years ago
parent
commit
3d3bbb7159
1 changed files with 2 additions and 1 deletions
  1. 2 1
      public/sass/components/_navbar.scss

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

@@ -218,7 +218,8 @@ i.navbar-page-btn__search {
   i {
   i {
     font-size: $font-size-lg;
     font-size: $font-size-lg;
     position: relative;
     position: relative;
-    top: 2px;
+    top: 1px;
+    right: 1px;
   }
   }
 
 
   &:hover {
   &:hover {