feat: SSE bs into room

This commit is contained in:
efim
2023-11-05 15:00:36 +00:00
parent 648d3dff80
commit bb89b8ccf5
6 changed files with 173 additions and 4 deletions

View File

@@ -558,6 +558,10 @@ video {
height: 100vh;
}
.w-full {
width: 100%;
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@@ -600,6 +604,16 @@ video {
background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.bg-blue-300 {
--tw-bg-opacity: 1;
background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-green-300 {
--tw-bg-opacity: 1;
background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-main-700\/25 {
background-color: rgb(194 65 12 / 0.25);
}