diff options
| author | Henry Jameson <me@hjkos.com> | 2022-11-01 23:21:50 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-11-01 23:21:50 +0200 |
| commit | a1e49ae9990f6497bffbd99ab3b857d217487338 (patch) | |
| tree | 36b1177abc588e209f6f9f66750aa1d7604e8838 | |
| parent | 87a78aae57f4553fbdf8d35f22d80894579f83f2 (diff) | |
fix theme tab color indicators
| -rw-r--r-- | src/components/color_input/color_input.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/color_input/color_input.scss b/src/components/color_input/color_input.scss index 8e9923cf..3de31fde 100644 --- a/src/components/color_input/color_input.scss +++ b/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 |
