fix(web): smaller textarea font size

This commit is contained in:
əlemi 2024-05-02 12:47:48 +02:00
parent 4095b0eece
commit 95ad0d92b7
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 4 additions and 1 deletions

View file

@ -45,6 +45,9 @@
padding-bottom: 1.2em; padding-bottom: 1.2em;
font-size: 11pt; font-size: 11pt;
} }
textarea {
font-size: 11pt;
}
nav { nav {
z-index: 90; z-index: 90;
top: 0; top: 0;

View file

@ -76,7 +76,7 @@ pub fn PostBox(advanced: WriteSignal<bool>) -> impl IntoView {
</tr> </tr>
</table> </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"> <table class="align rev w-100">
<tr> <tr>