From 42b6c7471164cf955391ec7b02c70996b1fd2be3 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Thu, 13 Dec 2018 15:01:30 +0700 Subject: [PATCH] Updated dashboard.css Removed height animation from sidebar albums list. I liked it back then, but now I simply find it an eyesore, kek. --- public/css/dashboard.css | 26 ++------------------------ views/_globals.njk | 2 +- 2 files changed, 3 insertions(+), 25 deletions(-) diff --git a/public/css/dashboard.css b/public/css/dashboard.css index b38d7ce..32ed0c3 100644 --- a/public/css/dashboard.css +++ b/public/css/dashboard.css @@ -50,8 +50,8 @@ ul#albumsContainer { ul#albumsContainer li { border-left: 1px solid #898b8d; padding-left: .75em; - -webkit-animation: animateAlbum 1s; - animation: animateAlbum 1s + -webkit-animation: fadeInOpacity .5s; + animation: fadeInOpacity .5s; } #page.fade-in { @@ -221,25 +221,3 @@ ul#albumsContainer li { .is-linethrough { 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; - } -} diff --git a/views/_globals.njk b/views/_globals.njk index f6b0a6a..fc210e1 100644 --- a/views/_globals.njk +++ b/views/_globals.njk @@ -15,7 +15,7 @@ v2: Images and config files (manifest.json, browserconfig.xml, etc). v3: CSS and JS files (libs such as bulma, lazyload, etc). #} -{% set v1 = "ll7yHY3b2b" %} +{% set v1 = "0mdbHpy0x2" %} {% set v2 = "Ii3JYKIhb0" %} {% set v3 = "ll7yHY3b2b" %}