Updated dashboard.css

Removed height animation from sidebar albums list.
I liked it back then, but now I simply find it an eyesore, kek.
This commit is contained in:
Bobby Wibowo 2018-12-13 15:01:30 +07:00
parent f9f653997e
commit 42b6c74711
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
2 changed files with 3 additions and 25 deletions

View File

@ -50,8 +50,8 @@ ul#albumsContainer {
ul#albumsContainer li { ul#albumsContainer li {
border-left: 1px solid #898b8d; border-left: 1px solid #898b8d;
padding-left: .75em; padding-left: .75em;
-webkit-animation: animateAlbum 1s; -webkit-animation: fadeInOpacity .5s;
animation: animateAlbum 1s animation: fadeInOpacity .5s;
} }
#page.fade-in { #page.fade-in {
@ -221,25 +221,3 @@ ul#albumsContainer li {
.is-linethrough { .is-linethrough {
text-decoration: line-through text-decoration: line-through
} }
@-webkit-keyframes animateAlbum {
0% {
opacity: 0;
max-height: 0;
}
100% {
opacity: 1;
max-height: 36px;
}
}
@keyframes animateAlbum {
0% {
opacity: 0;
max-height: 0;
}
100% {
opacity: 1;
max-height: 36px;
}
}

View File

@ -15,7 +15,7 @@
v2: Images and config files (manifest.json, browserconfig.xml, etc). v2: Images and config files (manifest.json, browserconfig.xml, etc).
v3: CSS and JS files (libs such as bulma, lazyload, etc). v3: CSS and JS files (libs such as bulma, lazyload, etc).
#} #}
{% set v1 = "ll7yHY3b2b" %} {% set v1 = "0mdbHpy0x2" %}
{% set v2 = "Ii3JYKIhb0" %} {% set v2 = "Ii3JYKIhb0" %}
{% set v3 = "ll7yHY3b2b" %} {% set v3 = "ll7yHY3b2b" %}