OnlineBoardStartPage: background-position: left center (matches Angular)

This commit is contained in:
2026-04-20 07:29:51 +03:00
parent 68e7b3e9ec
commit 8e476b5883
@@ -25,7 +25,10 @@
padding-right: 50px;
padding-left: 65px;
background-repeat: no-repeat;
background-position: 0px center;
// Angular uses `background-position: left center` (not `0px center`)
// so the SVGs align with the left padding consistently across
// browsers that treat `left` and `0%` slightly differently.
background-position: left center;
background-size: 45px 45px;
a {