stable
This commit is contained in:
parent
8bd4405fe8
commit
d5c661bc22
53 changed files with 4264 additions and 950 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue