logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: f7daaead6f16d87aef5a6a26fa8f8cfe7f7caf10
parent 1506d2421d9a16867c5d3f39fbbc650952c2849a
Author: tusooa <tusooa@kazv.moe>
Date:   Sat, 28 Jan 2023 21:54:08 -0500

Fix stylelint

Diffstat:

Msrc/components/checkbox/checkbox.vue3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/checkbox/checkbox.vue b/src/components/checkbox/checkbox.vue @@ -39,7 +39,8 @@ export default { display: inline-block; min-height: 1.2em; - .checkbox-indicator, .label { + &-indicator, + & .label { vertical-align: middle; }