This commit is contained in:
33333-33333 2026-06-24 13:48:22 +09:00
commit d5c661bc22
53 changed files with 4264 additions and 950 deletions

View file

@ -478,14 +478,18 @@ h1 {
#signboardEditorText {
width: 100%;
box-sizing: border-box;
resize: vertical;
resize: none;
min-height: 88px;
max-height: 88px;
overflow: hidden;
white-space: pre;
border-radius: 12px;
border: 1px solid rgba(84,68,48,0.18);
background: rgba(255,255,255,0.84);
padding: 10px 11px;
color: var(--ink);
font: 14px/1.55 ui-rounded, "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
font: 15px/1.55 ui-rounded, "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
letter-spacing: 0.03em;
outline: none;
}
#signboardEditorText:focus {