Add Conferences and audio-only Rooms, plus mobile schedule icon.
Deploy Ladill Meet / deploy (push) Successful in 1m29s
Deploy Ladill Meet / deploy (push) Successful in 1m29s
Split town_hall into a Conferences sidebar flow and Spaces-style Rooms with host/speaker/listener roles; enforce audio-only LiveKit UI for rooms; show schedule icon on mobile meetings index. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -45,6 +45,19 @@ html.meet-room-page {
|
||||
box-shadow: 0 0 0 2px rgb(52 211 153 / 0.9);
|
||||
}
|
||||
|
||||
.meet-room-page .meet-audio-grid {
|
||||
place-content: center;
|
||||
place-items: center;
|
||||
grid-template-columns: repeat(auto-fill, minmax(7rem, 9rem));
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.meet-room-page .meet-audio-tile [data-tile-avatar-circle] {
|
||||
height: 4.5rem;
|
||||
width: 4.5rem;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.meet-room-page .meet-speaking-bar {
|
||||
transform-origin: center bottom;
|
||||
animation: meet-speaking-pulse 0.9s ease-in-out infinite;
|
||||
|
||||
Reference in New Issue
Block a user