Polish in-meeting UI with custom icons and dismissible chat.
Deploy Ladill Meet / deploy (push) Successful in 2m24s

Use meet-icons assets for raise hand, applause, upload, and screen share; move More after lock, redesign the more menu and chat panel with bubbles and close controls.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-01 08:14:13 +00:00
co-authored by Cursor
parent eed5853c2f
commit a546d2f0c0
8 changed files with 183 additions and 54 deletions
+13
View File
@@ -15,6 +15,19 @@
display: none !important;
}
.meet-toolbar-icon {
filter: brightness(0) invert(1);
opacity: 0.92;
}
.meet-chat-bubble {
max-width: 85%;
}
.meet-chat-bubble--own {
margin-left: auto;
}
/* QR create/show: flush mobile action bar to the physical screen bottom (mobile only) */
@media (max-width: 1023px) {
.mobile-action-bar {