Change mute options to be in dropdown on muted users list in web UI (#30049)
This commit is contained in:
parent
b903e6909e
commit
74012831f6
2 changed files with 151 additions and 137 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue