mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 12:47:27 +08:00
fix(navbar): Fixed the issue of overlapping with the control bar (#2073)
This commit is contained in:
parent
1b7e33c222
commit
59898c7883
|
@ -194,7 +194,7 @@ nav {
|
|||
|
||||
@media (max-width: 1336px) {
|
||||
nav {
|
||||
padding: 0 5vw;
|
||||
padding: 0 max(5vw, 90px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user