mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 08:26:22 +00:00
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:
parent
f9f653997e
commit
42b6c74711
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -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" %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user