web/settings: calculate item padding properly

This commit is contained in:
wukko
2024-06-29 23:31:40 +06:00
parent 3195153cf5
commit 9939c024b2
4 changed files with 8 additions and 5 deletions

View File

@@ -59,7 +59,7 @@
justify-content: space-between;
text-align: left;
transform: none;
padding: 9px 16px;
padding: calc(var(--switcher-padding) * 2) 16px;
border-radius: var(--border-radius);
}
</style>