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 N Pex
parent 3a474f4981
commit d794d2904d
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 {

View file

@ -782,6 +782,8 @@ $admin-fg: white;
width: 64px !important;
height: 64px !important;
margin-bottom: 20px;
cursor: default;
.headline {
font-size: 70 * $chat-text-size !important;
}
@ -791,6 +793,9 @@ $admin-fg: white;
font-family: "Poppins", sans-serif;
font-size: 32px;
font-weight: 800;
input {
text-align: center;
}
}
.topic {
@ -1051,6 +1056,16 @@ $admin-fg: white;
background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%), #f5f5f7;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
border-radius: 18px;
input {
text-align: center;
}
.h2 {
&:hover {
cursor: text;
}
}
}
.room-avatar {
@ -1058,6 +1073,8 @@ $admin-fg: white;
width: 44px !important;
height: 44px !important;
margin-bottom: 20px;
cursor: default;
.headline {
font-size: 70 * $chat-text-size !important;
}