mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-14 11:10: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
|
|
@ -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