mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-10 13:21:00 +00:00
style(ui): preserve sidebar header spacing
Keep the original title alignment while fitting the pin with the existing header actions.
This commit is contained in:
@@ -34,9 +34,9 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 4px;
|
gap: 8px;
|
||||||
height: 58px;
|
height: 58px;
|
||||||
padding: 0 12px 0 16px;
|
padding: 0 16px 0 24px;
|
||||||
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;
|
||||||
@@ -57,6 +57,14 @@
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.brand-actions .sidebar-pin,
|
||||||
|
.brand-actions .sidebar-docs,
|
||||||
|
.brand-actions .sidebar-donate,
|
||||||
|
.brand-actions .sidebar-theme-cycle {
|
||||||
|
width: 26px;
|
||||||
|
height: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar-donate {
|
.sidebar-donate {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user