logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: a1e49ae9990f6497bffbd99ab3b857d217487338
parent 87a78aae57f4553fbdf8d35f22d80894579f83f2
Author: Henry Jameson <me@hjkos.com>
Date:   Tue,  1 Nov 2022 23:21:50 +0200

fix theme tab color indicators

Diffstat:

Msrc/components/color_input/color_input.scss8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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