mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-12-21 05:41:57 +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;
|
background-color: $color-primary;
|
||||||
color: $color-light-text;
|
color: $color-light-text;
|
||||||
font-family: $fontstack1;
|
font-family: $fontstack1;
|
||||||
|
overscroll-behavior: none;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
.header {
|
.header {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: $color-bg-head;
|
background-color: $color-bg-head;
|
||||||
transition: .15s all;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header--home {
|
.header--home {
|
||||||
|
|
Loading…
Reference in a new issue