opt: move MMRL inset from js to css

This commit is contained in:
KOWX712
2025-03-25 13:31:53 +08:00
parent 1c93287b69
commit 6a26150e50
5 changed files with 16 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
align-items: center;
justify-content: space-between;
position: fixed;
top: 0;
top: var(--top-inset);
height: 40px;
width: calc(100% - 10px);
max-width: 1100px;
@@ -26,7 +26,7 @@
width: 100%;
z-index: 1100;
transition: transform 0.4s ease;
height: var(--window-inset-top);
height: var(--top-inset);
}
#module-version,