mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix: correct horizontal centering of create board modal
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
width: 500px;
|
width: 500px;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -251px;
|
margin-left: -250px;
|
||||||
background-color: var(--settings-modal-background-color);
|
background-color: var(--settings-modal-background-color);
|
||||||
border-top: var(--settings-modal-border-top);
|
border-top: var(--settings-modal-border-top);
|
||||||
border-right: var(--settings-modal-border-right);
|
border-right: var(--settings-modal-border-right);
|
||||||
|
|||||||
Reference in New Issue
Block a user