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 {
font-size: var(--post-form-toggle-font-size);
font-weight: var(--post-form-toggle-font-weight);
width: auto;
text-align: left;
margin-left: auto;
@@ -9,6 +7,12 @@
border-spacing: 1px;
}
.postFormDesktop {
font-size: var(--post-form-toggle-font-size);
font-weight: var(--post-form-toggle-font-weight);
text-align: center;
}
.postFormMobile {
text-align: center;
padding-top: 9px;
+3 -1
View File
@@ -36,7 +36,9 @@ const PostFormTable = () => {
</tr>
<tr>
<td>Comment</td>
<textarea cols={48} rows={4} wrap='soft' />
<td>
<textarea cols={48} rows={4} wrap='soft' />
</td>
</tr>
<tr>
<td>Link</td>