feat(Layout): add flex shrink for layout side (#4752)
Some checks are pending
Build project / build (push) Waiting to run

This commit is contained in:
Argo Zhang 2024-11-27 23:21:03 -08:00 committed by GitHub
parent 341ffda446
commit 5405bf0232
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -253,6 +253,7 @@
width: var(--bb-layout-sidebar-width);
transform: translateX(0);
transition: width .3s linear;
flex-shrink: 0;
.layout-menu {
border-right: 1px solid var(--bs-border-color);