Mercurial > libervia-templates
view sat_templates/templates/bulma/static/call.css @ 413:0190a0d32909 default tip
Forum: Major redesign of forums:
Forums have been redesigned. They follow the new general design with 2 or 3 panels,
allowing to have directly a forum if one is found/set up, and a panel on the left to
search/discover other ones.
Categories have been rewritten to be usable with pubsub relationships, a XEP-0277 type
node is used for topics, and each item has a comments node for the threads.
The thread view is set in `forum/show_messages.html` template. It has a header with a
search box and a button to (un)subscribe.
Items are displayed with the same macros as for the blog items.
Below a room is set for editor, tags and attachments.
rel 463
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 05 Sep 2025 21:54:09 +0200 |
parents | 9847e6dbeefa |
children |
line wrap: on
line source
#containers_wrapper { position: relative; height: 100%; width: 100%; } #call_container { position: absolute; height: 100%; width: 100%; } #remote_video, #local_video { width: 100%; height: 100%; object-fit: contain; background-color: #000; } #local_video { border: 3px solid #eee; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); } #remote_video { position: absolute; top: 0; left: 0; } .fullscreen-btn { position: absolute; top: 10px; right: 10px; z-index: 2; } #local_video { position: absolute; /* We set some distance to the bottom to avoid overlap with action buttons */ bottom: 60px; right: 10px; width: 30%; height: 30%; } .call-controls { position: absolute; bottom: 10px; left: 10px; right: 10px; z-index: 2; } .is-rotated-135 svg { transform: rotate(135deg); } .inactive::after { content: "/"; position: absolute; font-size: 50px; top: 43%; left: 52%; transform: translate(-50%, -50%) rotate(45deg); } .muted::after { color: red; } .screen-off::after { color: #999; } .call_status { padding-top: 1.3rem; padding-bottom: 1.3rem; } .dropdown-menu{ min-width: 0; } .card .dropdown-trigger { opacity: 0; transition: opacity 0.3s; } .card:hover .dropdown-trigger { opacity: 1; } @media (max-width: 768px) { .card .dropdown-trigger { opacity: 1; } } .level-right { position: absolute; top: 0.5rem; right: 0.5rem; } .icon-dot-3-vert { margin: 0 0.5rem; }