You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
opt: move MMRL inset from js to css
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user