1
0
Fork 0
mirror of https://github.com/dillonzq/LoveIt.git synced 2025-03-26 00:17:00 +01:00

fix(style): mobile header search style ()

This commit is contained in:
Dillon 2025-02-17 13:30:53 +08:00 committed by GitHub
parent 8e9d2ad368
commit b4550aeced
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -328,7 +328,7 @@ header {
&.open {
.header-wrapper {
margin-top: -var(--header-height);
margin-top: calc(0px - var(--header-height));
}
.menu {

File diff suppressed because one or more lines are too long