mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-07-07 05:14:27 +00:00
Revert "feat(sidebar): collapse to icon rail, expand on hover"
This reverts commit 573c43e445.
This commit is contained in:
@@ -5,20 +5,6 @@
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.ant-sidebar.is-rail {
|
||||
flex: 0 0 80px;
|
||||
width: 80px;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.ant-sidebar.is-rail > .ant-layout-sider {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.ant-sidebar.is-rail:hover > .ant-layout-sider {
|
||||
box-shadow: 2px 0 16px rgba(0, 0, 0, 0.18);
|
||||
}
|
||||
|
||||
.sider-brand,
|
||||
.drawer-brand {
|
||||
font-weight: 600;
|
||||
@@ -259,15 +245,6 @@
|
||||
min-width: 0 !important;
|
||||
width: 0 !important;
|
||||
}
|
||||
|
||||
.ant-sidebar,
|
||||
.ant-sidebar.is-rail {
|
||||
flex: 0 0 0 !important;
|
||||
width: 0 !important;
|
||||
min-width: 0 !important;
|
||||
max-width: 0 !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
}
|
||||
|
||||
body.dark .ant-drawer-content,
|
||||
|
||||
Reference in New Issue
Block a user