Browse Source

fix: resizer position

Konstantinos Kaloutas 3 năm trước cách đây
mục cha
commit
a183533947
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      src/main/frontend/components/sidebar.css

+ 1 - 3
src/main/frontend/components/sidebar.css

@@ -461,9 +461,7 @@ html[data-theme='dark'] {
     width: 0 !important;
 
     @screen lg {
-      .resizer {
-        left: -4px;
-      }
+      width: 4px !important;
     }
   }