소스 검색

minor css change

Torkel Ödegaard 7 년 전
부모
커밋
ebc5b3e693
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      public/sass/components/_panel_editor.scss

+ 2 - 2
public/sass/components/_panel_editor.scss

@@ -65,10 +65,10 @@
   width: 180px;
   width: 180px;
   position: relative;
   position: relative;
   border-radius: 2px;
   border-radius: 2px;
-  height: 10px;
+  height: 7px;
   cursor: grabbing;
   cursor: grabbing;
   background: $input-label-bg;
   background: $input-label-bg;
-  top: -8px;
+  top: -9px;
 
 
   &:hover {
   &:hover {
     transition: background 0.2s ease-in 0.4s;
     transition: background 0.2s ease-in 0.4s;