Place the blurhash behind post type icons
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user