Resolve "Room setup: Not able to edit the room name once the room is created"

This commit is contained in:
10G Meow 2022-07-15 12:51:45 +00:00 committed by n8fr8
parent 525ce9cf3e
commit 65fc39ec9d
21 changed files with 123 additions and 21 deletions

View file

@ -1,5 +1,13 @@
.cursor-pointer {
cursor: pointer;
cursor: pointer !important;
}
.cursor-default {
cursor: default !important;
}
.cursor-text {
cursor: text !important;
}
.text-transform-0 {