mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 04:15:06 +08:00
🍓 Sync 2026-05-17 08:40:00
This commit is contained in:
@@ -2169,7 +2169,9 @@ body.sidebar-open header {
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
position: fixed;
|
||||
position: sticky;
|
||||
height: calc(100vh - var(--material3-header-height));
|
||||
margin-bottom: calc(var(--material3-header-height) - 100vh);
|
||||
top: var(--material3-header-height);
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
@@ -2236,6 +2238,10 @@ body.sidebar-open header {
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
position: fixed;
|
||||
height: auto;
|
||||
float: none;
|
||||
margin-bottom: 0;
|
||||
transform: translateX(-100%);
|
||||
z-index: 900;
|
||||
border-radius: 0 1rem 1rem 0;
|
||||
@@ -2441,14 +2447,6 @@ body.sidebar-open header {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.nav .dropdown-menu,
|
||||
header {
|
||||
border: none;
|
||||
backdrop-filter: blur(15px);
|
||||
-webkit-backdrop-filter: blur(15px);
|
||||
background: var(--md-sys-color-surface-translucent);
|
||||
}
|
||||
|
||||
.nav .dropdown-menu>li {
|
||||
position: relative;
|
||||
border-radius: 2rem;
|
||||
@@ -3800,7 +3798,7 @@ form.inline {
|
||||
width: 100%;
|
||||
color: var(--text-color-highest);
|
||||
margin-bottom: 18px;
|
||||
font-family: monospace;
|
||||
font-family: Consolas, Monaco, "Courier New", Menlo, monospace;
|
||||
}
|
||||
|
||||
.cbi-section-table .tr:hover .td,
|
||||
@@ -4654,4 +4652,4 @@ div.cbi-value var.cbi-tooltip-container,
|
||||
[data-darkmode="true"] :is(body[data-page="admin-dashboard"], body[data-page="admin"], body[data-page=""]) .Dashboard img.svgmonotone,
|
||||
[data-mode="dark"] :is(body[data-page="admin-dashboard"], body[data-page="admin"], body[data-page=""]) .Dashboard img.svgmonotone {
|
||||
filter: invert(1) brightness(1.65) contrast(.82) opacity(.86);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user