mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-25 03:09:32 -06:00
Updated padding and transition
This commit is contained in:
@@ -87,9 +87,6 @@ aside .MuiCollapse-wrapperInner .MuiList-root > .MuiListItemButton-root::after {
|
||||
aside {
|
||||
transition: flex 300ms ease-out;
|
||||
}
|
||||
aside .MuiList-root {
|
||||
transition: padding 100ms ease;
|
||||
}
|
||||
|
||||
.sidebar-popup .MuiPaper-root {
|
||||
box-shadow: var(--env-var-shadow-1);
|
||||
@@ -98,7 +95,7 @@ aside .MuiList-root {
|
||||
gap: 1px;
|
||||
}
|
||||
.sidebar-popup .MuiList-root {
|
||||
padding: 6px 8px;
|
||||
padding: 6px 6px;
|
||||
min-width: 100px;
|
||||
}
|
||||
.sidebar-popup li.MuiButtonBase-root {
|
||||
|
||||
@@ -132,7 +132,7 @@ function Sidebar() {
|
||||
pl={collapsed ? 0 : theme.gap.lgplus}
|
||||
>
|
||||
{collapsed ? (
|
||||
<BWULogoAbbreviated />
|
||||
<BWULogoAbbreviated alt="BlueWave Uptime Logo" />
|
||||
) : (
|
||||
<BWULogo alt="BlueWave Uptime Logo" />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user