This commit is contained in:
2026-03-05 22:33:06 +02:00
parent 637b5f0167
commit f9843744c7
3 changed files with 46 additions and 8 deletions

View File

@@ -333,11 +333,37 @@
display: flex;
flex-direction: column;
gap: 0.45rem;
min-width: 0;
}
.links-block {
display: grid;
gap: 0.2rem;
min-width: 0;
}
.share-link-row {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 0.35rem;
align-items: center;
}
.share-admin-toggle {
display: inline-flex;
align-items: center;
gap: 0.25rem;
white-space: nowrap;
}
#share-link {
min-width: 0;
}
#room-status {
min-width: 0;
overflow-wrap: anywhere;
word-break: break-word;
}
.admin-controls {