fix compressed account switcher

This commit is contained in:
MathMan05 2025-04-14 09:51:01 -05:00
parent 265b12b4c0
commit bdbee6894d

View file

@ -2233,6 +2233,7 @@ fieldset input[type="radio"] {
border-radius: 8px;
cursor: pointer;
align-items: center;
flex-shrink: 0;
}
.switchtable:hover {
background: var(--primary-hover);