Browse Source

fix theme tab color indicators

Henry Jameson 2 years ago
parent
commit
a1e49ae999
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/color_input/color_input.scss

+ 4 - 4
src/components/color_input/color_input.scss

@@ -27,16 +27,16 @@
       &.nativeColor {
         flex: 0 0 2em;
         min-width: 2em;
-        align-self: center;
-        height: 100%;
+        align-self: stretch;
+        min-height: 100%;
       }
     }
     .computedIndicator,
     .transparentIndicator {
       flex: 0 0 2em;
       min-width: 2em;
-      align-self: center;
-      height: 100%;
+      align-self: stretch;
+      min-height: 100%;
     }
     .transparentIndicator {
       // forgot to install counter-strike source, ooops