upgrade setto

This commit is contained in:
sakrecoer 2020-09-11 19:02:26 +02:00
parent 479cff7a23
commit f15d28a769
84 changed files with 4207 additions and 593 deletions

View file

@ -10,9 +10,10 @@
filter: blur(0px);
opacity: 1;
background-color: var(--bg);
-webkit-transition: all 400ms ease-in;
-moz-transition: all 400ms ease-in;
transition: all 400ms ease-in;
-webkit-transition: all var(--anim-speed) ease-in;
-moz-transition: all var(--anim-speed) ease-in;
-ms-transition: all var(--anim-speed) ease-in;
transition: all var(--anim-speed) ease-in;
}
.hero {
@ -26,7 +27,7 @@
.noJSalbum {
display: unset;
flex: 0 1 400px;
border-radius: 5px;
border-radius: var(--border-radius);
width: 100%;
}
#fixed-player {