Place the blurhash behind post type icons

This commit is contained in:
daudix
2024-09-17 05:09:36 +03:00
parent 3b244ecb03
commit f6fdea555a
8 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
&::before { &::before {
position: absolute; position: absolute;
transform: translateY(-50%); transform: translateY(-50%);
opacity: 0.5; opacity: var(--disabled-opacity);
z-index: -1; z-index: -1;
mask-size: cover; mask-size: cover;
transition: var(--transition-longer); transition: var(--transition-longer);
@ -324,7 +324,7 @@
.blurhash { .blurhash {
position: absolute; position: absolute;
opacity: var(--dim-opacity); opacity: var(--dim-opacity);
z-index: -1; z-index: -2;
filter: var(--blurhash-blur); filter: var(--blurhash-blur);
inset: 0; inset: 0;
background-image: var(--blurhash); background-image: var(--blurhash);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 460 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 652 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 826 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 855 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 983 B