Browse Source

L/S centered top and bottom

kaho-y 4 years ago
parent
commit
7818b63ea1
1 changed files with 3 additions and 2 deletions
  1. 3 2
      packages/app/src/styles/_recent-changes.scss

+ 3 - 2
packages/app/src/styles/_recent-changes.scss

@@ -5,9 +5,10 @@
 
   .grw-recent-changes-resize-button {
     font-size: 12px;
-    transform: translateY(4px);
+    line-height: normal;
+    transform: translateY(6px);
 
-    .custom-control-input:not(:checked) + .custom-control-label::before {
+    .custom-control-label::before {
       padding-left: 16px;
       content: 'L';
     }