fix #302: remove "!important" on the rule that moves elements
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-01-15 21:12:24 +01:00
parent f76deeb416
commit b20f5a471a
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -288,7 +288,7 @@
}
.side-menu-always-displayed .app-navigation--close {
transform: translateX(calc(-100% + 50px)) !important;
transform: translateX(calc(-100% + 50px));
}
#side-menu.side-menu-with-categories {