]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Tune line numbers gutter
authormoisseev <moiseev@mezonplus.ru>
Thu, 16 Jul 2020 11:41:53 +0000 (14:41 +0300)
committermoisseev <moiseev@mezonplus.ru>
Thu, 16 Jul 2020 11:41:53 +0000 (14:41 +0300)
interface/css/rspamd.css

index d6dd79b398a20dda7afa7dd7bdc9cde06f73fe79..8f4cd5641ced9714c7177f5b15f7fef907992574 100644 (file)
@@ -564,9 +564,11 @@ textarea#editor {
     background: rgba(255, 255, 255, 0.07) !important;
     bottom: unset !important;
     color: rgba(120, 120, 120, 1) !important;
+    height: inherit;
     mix-blend-mode: unset !important;
     text-align: right;
     overflow: unset !important;
+    user-select: none;
 }
 .editor {
     color: #fff;
@@ -575,6 +577,8 @@ textarea#editor {
     font-weight: 400;
     letter-spacing: normal;
     min-height: 1.5em;
+    margin-left: 10px;
+    margin-right: 10px;
     resize: unset !important;
     tab-size: 4;
     overflow-y: visible !important;