fix: correct horizontal centering of create board modal

This commit is contained in:
plebeius
2025-11-06 22:39:44 +01:00
parent 23ded08ff0
commit e863ddb8b9
@@ -13,7 +13,7 @@
width: 500px;
top: 50px;
left: 50%;
margin-left: -251px;
margin-left: -250px;
background-color: var(--settings-modal-background-color);
border-top: var(--settings-modal-border-top);
border-right: var(--settings-modal-border-right);