feat: create|login on room path

This commit is contained in:
efim
2023-11-18 13:41:54 +00:00
parent c8f28bf0de
commit d87c102d95
4 changed files with 32 additions and 23 deletions

View File

@@ -773,3 +773,11 @@ video {
--tw-bg-opacity: 1;
background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.read-only\:font-bold:-moz-read-only {
font-weight: 700;
}
.read-only\:font-bold:read-only {
font-weight: 700;
}