fix edit banner button

This commit is contained in:
Henry Jameson 2025-08-14 17:57:38 +03:00
commit f0250ffc52

View file

@ -212,6 +212,10 @@
drop-shadow(0 0 0.2em var(--profileTint)); drop-shadow(0 0 0.2em var(--profileTint));
} }
&.edit-banner-button {
width: auto;
}
&:hover .icon { &:hover .icon {
color: var(--textFaint); color: var(--textFaint);
} }