mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-12 18:20:28 +03:00
Add ability to change room permissions
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
568cf5e2ad
commit
8c55f38b07
3 changed files with 75 additions and 2 deletions
|
|
@ -86,6 +86,13 @@
|
|||
box-shadow: var(--bs-surface-border);
|
||||
border-radius: var(--bo-radius);
|
||||
overflow: hidden;
|
||||
|
||||
& .context-menu__item button {
|
||||
padding: var(--sp-extra-tight);
|
||||
& .ic-raw {
|
||||
@include dir.side(margin, 0, var(--sp-extra-tight));
|
||||
}
|
||||
}
|
||||
|
||||
&__chips {
|
||||
border-top: 1px solid var(--bg-surface-border);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue