2
0
Fork 0

that fucks a lot of things actually

This commit is contained in:
Ruben 2025-08-02 00:14:13 -05:00
commit a903b1f122
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583

View file

@ -364,7 +364,7 @@ label.Select svg {
.post-status-form .spoiler-icon { .post-status-form .spoiler-icon {
font-size: unset !important; font-size: unset !important;
justify-content: center !important; justify-content: center !important;
transform: scale(1.2); transform: scale(1.2) !important;
} }
/* icon used in reply tag */ /* icon used in reply tag */
@ -435,8 +435,7 @@ label.Select svg {
mask-image: var(--svg); mask-image: var(--svg);
mask-repeat: no-repeat; mask-repeat: no-repeat;
mask-size: 100% 100%; mask-size: 100% 100%;
transform: scale(1.4); transform: scale(1.4) !important;
vertical-align: text-top !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 */ .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 */