mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-03-26 00:17:00 +01:00
fix(style): mobile header search style (#911)
This commit is contained in:
parent
8e9d2ad368
commit
b4550aeced
2 changed files with 2 additions and 2 deletions
assets/css/_core
resources/_gen/assets/css
|
@ -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
Loading…
Add table
Reference in a new issue