Fixed the sidebar's icons width on collapsed state

This commit is contained in:
Vlyan
2025-03-07 18:48:00 +01:00
parent 2f50f84e0e
commit 65774a77d4
3 changed files with 9 additions and 6 deletions

View File

@@ -147,6 +147,7 @@ button {
}
> .item {
flex: 0 0 1.5rem;
width: 1.5rem;
height: 1.5rem;
line-height: 1.5rem;
margin: 0.1rem;
@@ -1000,7 +1001,7 @@ l5r5e-multi-select {
&.overflowing {
// Apply mask-image with linear gradient fade-out effect
mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
// Transition for smooth height change and mask removal
transition: height 0.3s ease, mask-image 0.3s ease;
}