feat: Introduce comprehensive user settings, voice, chat, and screen sharing features with new components, contexts, icons, and Convex backend integrations.
All checks were successful
Build and Release / build-and-release (push) Successful in 13m55s
All checks were successful
Build and Release / build-and-release (push) Successful in 13m55s
This commit is contained in:
@@ -1938,6 +1938,34 @@ body {
|
||||
animation: messageHighlight 2s ease;
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
JUMP TO PRESENT BUTTON
|
||||
============================================ */
|
||||
.jump-to-present-btn {
|
||||
position: absolute;
|
||||
bottom: 80px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 6px 16px;
|
||||
border-radius: 24px;
|
||||
background-color: var(--brand-experiment, #5865f2);
|
||||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
|
||||
transition: background-color 0.15s ease;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.jump-to-present-btn:hover {
|
||||
background-color: #4752c4;
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
SYSTEM MESSAGES
|
||||
============================================ */
|
||||
|
||||
Reference in New Issue
Block a user