mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-07-01 07:22:17 +02:00
Fix: comment box
This commit is contained in:
@@ -914,7 +914,8 @@
|
|||||||
color: var(--foreground-color);
|
color: var(--foreground-color);
|
||||||
font: inherit;
|
font: inherit;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
resize: vertical;
|
resize: none;
|
||||||
|
min-height: 100px;
|
||||||
outline: none;
|
outline: none;
|
||||||
transition: border-color 0.2s;
|
transition: border-color 0.2s;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -914,7 +914,8 @@
|
|||||||
color: var(--foreground-color);
|
color: var(--foreground-color);
|
||||||
font: inherit;
|
font: inherit;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
resize: vertical;
|
resize: none;
|
||||||
|
min-height: 100px;
|
||||||
outline: none;
|
outline: none;
|
||||||
transition: border-color 0.2s;
|
transition: border-color 0.2s;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user