1
0
Fork 0

Slight adjustments

This commit is contained in:
Lim Chee Aun 2024-02-27 21:53:08 +08:00
parent ffc216cfed
commit 3cfc35898b

View file

@ -676,6 +676,7 @@
}
.post-peek-spoiler {
display: inline-block;
line-height: 1.5;
border-radius: 1em;
padding-inline: 0.5em;
@ -745,7 +746,7 @@
.post-peek-media:not(:last-child) {
margin-right: -24px;
z-index: 1;
box-shadow: 2px 0 var(--bg-blur-color);
box-shadow: 0 0 0 2px var(--bg-blur-color);
}
.post-peek-media:hover {
z-index: 2;