Move toolbar over when listpanel is open

This commit is contained in:
2025-02-09 20:03:47 +01:00
parent 2a00e206eb
commit 39e00c6feb
2 changed files with 21 additions and 10 deletions

View File

@ -164,6 +164,10 @@ button {
@apply bg-gray bg-none;
}
.list-open {
@apply w-[calc(75%_-_40px)] max-xl:w-[calc(100%_-_360px)];
}
.hair-deselect:has(:checked) {
img {
@apply brightness-200;