UI: Update "fold" navigation button (#4089)

This commit is contained in:
Pavel Laptev 2024-06-15 23:43:59 +02:00 committed by GitHub
parent ff6e145476
commit d5b8afc991
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,7 +201,7 @@
right: -4px;
top: 50%;
width: 14px;
height: 24px;
height: 28px;
background: var(--clr-bg-1);
border-radius: var(--radius-m);
border: 1px solid var(--clr-border-2);
@ -228,7 +228,7 @@
.folding-button_folded {
& svg {
transform: rotate(180deg) translateX(-0.0625rem);
transform: rotate(180deg);
}
}