Chats: allow toggle notification sounds from mobile
This commit is contained in:
parent
efe66d4301
commit
377506a92f
2 changed files with 12 additions and 0 deletions
Binary file not shown.
|
@ -703,3 +703,15 @@
|
|||
.column-link--transparent .icon-with-badge__badge {
|
||||
border-color: var(--background-color);
|
||||
}
|
||||
|
||||
.column__switch .audio-toggle {
|
||||
position: absolute;
|
||||
z-index: 4;
|
||||
top: 12px;
|
||||
right: 14px;
|
||||
|
||||
.react-toggle-track-check,
|
||||
.react-toggle-track-x {
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue