From a903b1f1228ae2d75c90bce40b026a4cb5b9a748 Mon Sep 17 00:00:00 2001 From: Ruben Date: Sat, 2 Aug 2025 00:14:13 -0500 Subject: [PATCH] that fucks a lot of things actually --- static/custom.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/custom.css b/static/custom.css index 908e6534..c90e68a1 100644 --- a/static/custom.css +++ b/static/custom.css @@ -364,7 +364,7 @@ label.Select svg { .post-status-form .spoiler-icon { font-size: unset !important; justify-content: center !important; - transform: scale(1.2); + transform: scale(1.2) !important; } /* icon used in reply tag */ @@ -435,8 +435,7 @@ label.Select svg { mask-image: var(--svg); mask-repeat: no-repeat; mask-size: 100% 100%; - transform: scale(1.4); - vertical-align: text-top !important; + transform: scale(1.4) !important; } .fa-bars { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23000' d='M228 128a12 12 0 0 1-12 12H40a12 12 0 0 1 0-24h176a12 12 0 0 1 12 12M40 76h176a12 12 0 0 0 0-24H40a12 12 0 0 0 0 24m176 104H40a12 12 0 0 0 0 24h176a12 12 0 0 0 0-24'/%3E%3C/svg%3E"); } /* list */