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

@@ -1,7 +1,7 @@
.search-menu-container {
display: flex;
position: fixed;
top: 40px;
top: calc(var(--top-inset) + 40px);
height: 50px;
width: calc(100% - 20px);
max-width: 1100px;