Merge branch 'codex/fix/post-form-blotter-align'

This commit is contained in:
Tommaso Casaburi
2026-05-21 19:04:39 +07:00
+12 -1
View File
@@ -10,7 +10,6 @@
.postFormDesktop {
font-size: var(--post-form-toggle-font-size);
font-weight: var(--post-form-toggle-font-weight);
text-align: center;
}
.postFormMobile {
@@ -170,6 +169,18 @@
.postFormMobile {
display: none;
}
.postFormDesktop {
width: 468px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.postFormTable {
margin-left: 0;
margin-right: 0;
}
}
.uploadButton button {