fix(web): smaller textarea font size
This commit is contained in:
parent
4095b0eece
commit
95ad0d92b7
2 changed files with 4 additions and 1 deletions
|
@ -45,6 +45,9 @@
|
|||
padding-bottom: 1.2em;
|
||||
font-size: 11pt;
|
||||
}
|
||||
textarea {
|
||||
font-size: 11pt;
|
||||
}
|
||||
nav {
|
||||
z-index: 90;
|
||||
top: 0;
|
||||
|
|
|
@ -76,7 +76,7 @@ pub fn PostBox(advanced: WriteSignal<bool>) -> impl IntoView {
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<textarea rows="5" class="w-100" node_ref=content_ref title="content" ></textarea>
|
||||
<textarea rows="6" class="w-100" node_ref=content_ref title="content" ></textarea>
|
||||
|
||||
<table class="align rev w-100">
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue