web/Toggle: remove accidentally committed bracket

This commit is contained in:
wukko 2024-11-20 15:41:36 +06:00
parent c50cecae92
commit b8c1c1fe51
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -44,5 +44,4 @@
.toggle.enabled .toggle-switcher {
transform: translateX(var(--enabled-pos));
}
}
</style>