This commit is contained in:
33333-33333 2026-08-08 15:31:31 +09:00
commit 28591233f3
85 changed files with 946 additions and 267 deletions

View file

@ -78,10 +78,19 @@ button {
min-width: 0;
}
.room-links {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 6px;
flex: 0 0 auto;
}
.room-link {
text-decoration: none;
white-space: nowrap;
background: rgba(255,255,255,0.86);
text-align: center;
}
h1 {
@ -386,6 +395,7 @@ h1 {
word-break: normal;
overflow-wrap: anywhere;
text-shadow: 0 1px 0 rgba(255,255,255,0.62);
white-space: pre-line;
}
.tool.tool-has-canvas-icon { --tool-icon: none; grid-template-columns: 31px minmax(0,1fr); min-height: 47px; padding-top: 4px; }