ss
This commit is contained in:
parent
091afc2b5c
commit
28591233f3
85 changed files with 946 additions and 267 deletions
10
css/base.css
10
css/base.css
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue