mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-07 11:51:53 +00:00
Fix weird header flash of loading
This commit is contained in:
parent
6dd68e03f8
commit
eff4ca4a2f
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@ body {
|
|||
background-color: $color-primary;
|
||||
color: $color-light-text;
|
||||
font-family: $fontstack1;
|
||||
|
||||
overscroll-behavior: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
.header {
|
||||
position: relative;
|
||||
background-color: $color-bg-head;
|
||||
transition: .15s all;
|
||||
}
|
||||
|
||||
.header--home {
|
||||
|
|
Loading…
Reference in a new issue