mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-16 04:00:29 +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);
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
&--dropped {
|
||||
transform: translateY(calc(100% - var(--header-height)));
|
||||
border-radius: var(--bo-radius) var(--bo-radius) 0 0;
|
||||
box-shadow: 0 0 0 1px var(--bg-surface-border);
|
||||
box-shadow: var(--bs-popup);
|
||||
}
|
||||
|
||||
&__content-wrapper {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue