系统管理页面部分更改
This commit is contained in:
@@ -48,6 +48,37 @@ button {
|
||||
radial-gradient(circle at 10% 1%, rgb(28 105 186 / 25%), transparent 27%),
|
||||
#09233f;
|
||||
box-shadow: 5px 0 18px rgb(19 47 77 / 9%);
|
||||
transition: width 0.2s ease, min-width 0.2s ease;
|
||||
}
|
||||
|
||||
.sidebar.is-collapsed {
|
||||
width: 70px;
|
||||
min-width: 70px;
|
||||
}
|
||||
|
||||
.sidebar.is-collapsed .brand__name,
|
||||
.sidebar.is-collapsed .sidebar-footer span,
|
||||
.sidebar.is-collapsed .nav-item span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar.is-collapsed .brand {
|
||||
justify-content: center;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.sidebar.is-collapsed .sidebar-footer {
|
||||
width: calc(100% - 18px);
|
||||
justify-content: center;
|
||||
padding-left: 17px;
|
||||
padding-right: 17px;
|
||||
}
|
||||
|
||||
.sidebar.is-collapsed .nav-item {
|
||||
justify-content: center;
|
||||
padding-left: 17px;
|
||||
padding-right: 17px;
|
||||
}
|
||||
|
||||
.brand {
|
||||
@@ -194,6 +225,9 @@ button {
|
||||
|
||||
.topbar-menu-wrap {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 9px;
|
||||
}
|
||||
|
||||
.topbar-dropdown {
|
||||
@@ -328,7 +362,7 @@ button {
|
||||
}
|
||||
|
||||
.user-menu__copy {
|
||||
min-width: 55px;
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
||||
Reference in New Issue
Block a user