0
0
Fork 0

Change mute options to be in dropdown on muted users list in web UI (#30049)

This commit is contained in:
Eugen Rochko 2024-04-24 10:45:12 +02:00 committed by GitHub
parent b903e6909e
commit 74012831f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 151 additions and 137 deletions

View file

@ -2015,7 +2015,19 @@ a .account__avatar {
white-space: nowrap;
display: flex;
align-items: center;
gap: 4px;
gap: 8px;
.icon-button {
border: 1px solid var(--background-border-color);
border-radius: 4px;
box-sizing: content-box;
padding: 5px;
.icon {
width: 24px;
height: 24px;
}
}
}
.account-authorize {