misc: drop header block

This commit is contained in:
KOWX712
2025-04-02 00:20:38 +08:00
parent 6ed1ec07a8
commit 487b2ed434
4 changed files with 12 additions and 44 deletions

View File

@@ -3,32 +3,22 @@
align-items: center;
justify-content: space-between;
position: fixed;
top: var(--top-inset);
top: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
padding: 0 5px;
padding-top: var(--top-inset);
height: 40px;
width: calc(100% - 10px);
max-width: 1100px;
background-color: var(--bg-primary);
transition: transform 0.4s ease;
z-index: 1100;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
user-select: none;
}
.header-block {
background-color: var(--bg-primary);
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
transition: transform 0.4s ease;
height: var(--top-inset);
}
#module-version,
#title {
padding-left: 5px;