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: 1506d2421d9a16867c5d3f39fbbc650952c2849a
parent da58282e9092af366edfcce588fe3b497358e9d2
Author: tusooa <tusooa@kazv.moe>
Date:   Sat, 28 Jan 2023 21:44:24 -0500

Get rid of *

Diffstat:

Msrc/components/checkbox/checkbox.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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