Merge pull request #32205 from rmehta/fix-sidebar-width

fix(minor): sidebar width
This commit is contained in:
Rushabh Mehta 2025-04-19 08:18:04 +05:30 committed by GitHub
commit 2988dba2c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
--surface-modal: rgba(255, 255, 255, 1);
--divider-color: rgba(237, 237, 237, 1);
--sidebar-width: 220px;
--left-sidebar-width: 240px;
--left-sidebar-width: 220px;
}
[data-theme="dark"] {
--sidebar-hover-color: rgba(43, 43, 43, 1);
@ -124,11 +124,6 @@ body {
height: 32px;
}
.sidebar-items {
width: 224px;
width: 100%;
}
.divider {
margin: var(--margin-xs) 0;
border-top: 1px solid var(--divider-color);
@ -251,15 +246,15 @@ body {
position: absolute;
width: var(--left-sidebar-width);
.app-switcher-dropdown {
width: 224px;
width: 100%;
left: 0px;
padding: 3px;
}
.body-sidebar-top {
width: 224px;
width: 100%;
overflow-y: hidden;
.app-switcher-dropdown {
width: 224px;
width: 100%;
}
}
.sidebar-item-container {
@ -275,12 +270,12 @@ body {
.sidebar-items {
padding: 0px;
width: 100%;
}
.collapse-sidebar-link {
visibility: visible;
}
.body-sidebar-bottom {
width: 224px;
position: static;
}
}