Просмотр исходного кода

bigger header

Former-commit-id: 23227d91e335e306baf46e14aaf9f9eb1ab09935
Gildas 6 лет назад
Родитель
Сommit
265d34a1f8
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      extension/ui/editor/editor-note-web.css

+ 4 - 4
extension/ui/editor/editor-note-web.css

@@ -22,7 +22,7 @@
     height: 16px !important;
     opacity: .5;
     box-shadow: 1px 1px 2px rgba(33, 33, 33, .7);
-    min-height: 20px;
+    min-height: 25px;
     overflow: hidden;
 }
 
@@ -56,7 +56,7 @@
 
 .note header {
     all: initial;
-    min-height: 20px;
+    min-height: 25px;
     cursor: grab;
     user-select: none;
 }
@@ -65,7 +65,7 @@
     all: initial;
     position: absolute;
     right: 0px;
-    top: 0px;
+    top: 2px;
     padding: 5px;
     opacity: .5;
     cursor: pointer;
@@ -76,7 +76,7 @@
     all: initial;
     position: absolute;
     left: 0px;
-    top: 0px;
+    top: 2px;
     padding: 5px;
     opacity: .25;
     cursor: pointer;