Translation, images, slight tweaks to animations.

This commit is contained in:
Adsooi 2021-06-11 00:20:10 +02:00
parent d839b56dd3
commit 9c4d84b35b
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
6 changed files with 22 additions and 9 deletions

View file

@ -8,12 +8,12 @@
background-repeat: no-repeat;
}
.block-preview:hover {
.block-preview:hover, .block-preview.toggled {
box-shadow: 0px 0px 4px 0px #000000;
}
.block-preview .label {
transition: max-height 0.2s ease-in;
transition: max-height 0.15s ease-in;
max-height: 20%;
overflow: hidden;
bottom: 0;
@ -22,19 +22,20 @@
bottom: 0;
}
.block-preview:hover .label {
.block-preview:hover .label, .block-preview.toggled .label {
max-height: 100%;
height: calc(100% - 1em);
}
.block-preview .label .show-on-hover {
display: none;
transition: opacity 0.2s;
transition: opacity 0.15s;
opacity: 0;
max-height: 0;
background: none;
}
.block-preview:hover .label .show-on-hover {
.block-preview:hover .label .show-on-hover, .block-preview.toggled .label .show-on-hover {
display: block;
opacity: 1;
max-height: 100%;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Before After
Before After