|
@@ -34,9 +34,9 @@
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
- gap: 8px;
|
|
|
|
|
|
|
+ gap: 4px;
|
|
|
height: 58px;
|
|
height: 58px;
|
|
|
- padding: 0 16px 0 24px;
|
|
|
|
|
|
|
+ padding: 0 12px 0 16px;
|
|
|
border-bottom: 1px solid var(--ant-color-border-secondary);
|
|
border-bottom: 1px solid var(--ant-color-border-secondary);
|
|
|
user-select: none;
|
|
user-select: none;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
@@ -53,7 +53,7 @@
|
|
|
.brand-actions {
|
|
.brand-actions {
|
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- gap: 2px;
|
|
|
|
|
|
|
+ gap: 0;
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -231,26 +231,26 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.sidebar-pin {
|
|
.sidebar-pin {
|
|
|
- display: flex;
|
|
|
|
|
|
|
+ display: inline-flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- gap: 10px;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 34px;
|
|
|
|
|
- padding: 0 16px;
|
|
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ width: 30px;
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ padding: 0;
|
|
|
border: none;
|
|
border: none;
|
|
|
- border-radius: 6px;
|
|
|
|
|
|
|
+ border-radius: 50%;
|
|
|
background: transparent;
|
|
background: transparent;
|
|
|
color: var(--ant-color-text-secondary);
|
|
color: var(--ant-color-text-secondary);
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- font-size: 13px;
|
|
|
|
|
- text-align: left;
|
|
|
|
|
- transition: background-color 0.2s, color 0.2s;
|
|
|
|
|
|
|
+ flex-shrink: 0;
|
|
|
|
|
+ transition: background-color 0.2s, transform 0.15s, color 0.2s;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.sidebar-pin:hover,
|
|
.sidebar-pin:hover,
|
|
|
.sidebar-pin:focus-visible {
|
|
.sidebar-pin:focus-visible {
|
|
|
background-color: color-mix(in srgb, var(--ant-color-primary) 10%, transparent);
|
|
background-color: color-mix(in srgb, var(--ant-color-primary) 10%, transparent);
|
|
|
color: var(--ant-color-primary);
|
|
color: var(--ant-color-primary);
|
|
|
|
|
+ transform: scale(1.08);
|
|
|
outline: none;
|
|
outline: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -258,11 +258,6 @@
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.ant-layout-sider-collapsed .sidebar-pin {
|
|
|
|
|
- justify-content: center;
|
|
|
|
|
- padding: 0;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.sider-version {
|
|
.sider-version {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -278,6 +273,11 @@
|
|
|
transition: color 0.2s;
|
|
transition: color 0.2s;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.ant-layout-sider-collapsed .sider-version {
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ padding: 8px 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.sider-version .anticon {
|
|
.sider-version .anticon {
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
}
|
|
}
|