update post form

This commit is contained in:
plebeius.eth
2024-04-24 16:47:51 +02:00
parent caa415cfe6
commit 0858a283cb
2 changed files with 9 additions and 3 deletions
@@ -1,6 +1,4 @@
.postFormTable { .postFormTable {
font-size: var(--post-form-toggle-font-size);
font-weight: var(--post-form-toggle-font-weight);
width: auto; width: auto;
text-align: left; text-align: left;
margin-left: auto; margin-left: auto;
@@ -9,6 +7,12 @@
border-spacing: 1px; border-spacing: 1px;
} }
.postFormDesktop {
font-size: var(--post-form-toggle-font-size);
font-weight: var(--post-form-toggle-font-weight);
text-align: center;
}
.postFormMobile { .postFormMobile {
text-align: center; text-align: center;
padding-top: 9px; padding-top: 9px;
+3 -1
View File
@@ -36,7 +36,9 @@ const PostFormTable = () => {
</tr> </tr>
<tr> <tr>
<td>Comment</td> <td>Comment</td>
<textarea cols={48} rows={4} wrap='soft' /> <td>
<textarea cols={48} rows={4} wrap='soft' />
</td>
</tr> </tr>
<tr> <tr>
<td>Link</td> <td>Link</td>