mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Merge branch 'codex/fix/post-form-blotter-align'
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
.postFormDesktop {
|
.postFormDesktop {
|
||||||
font-size: var(--post-form-toggle-font-size);
|
font-size: var(--post-form-toggle-font-size);
|
||||||
font-weight: var(--post-form-toggle-font-weight);
|
font-weight: var(--post-form-toggle-font-weight);
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.postFormMobile {
|
.postFormMobile {
|
||||||
@@ -170,6 +169,18 @@
|
|||||||
.postFormMobile {
|
.postFormMobile {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.postFormDesktop {
|
||||||
|
width: 468px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.postFormTable {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.uploadButton button {
|
.uploadButton button {
|
||||||
|
|||||||
Reference in New Issue
Block a user