mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 09:06:23 +01:00
Slight adjustments
This commit is contained in:
parent
ffc216cfed
commit
3cfc35898b
1 changed files with 2 additions and 1 deletions
|
@ -676,6 +676,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-peek-spoiler {
|
.post-peek-spoiler {
|
||||||
|
display: inline-block;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
padding-inline: 0.5em;
|
padding-inline: 0.5em;
|
||||||
|
@ -745,7 +746,7 @@
|
||||||
.post-peek-media:not(:last-child) {
|
.post-peek-media:not(:last-child) {
|
||||||
margin-right: -24px;
|
margin-right: -24px;
|
||||||
z-index: 1;
|
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 {
|
.post-peek-media:hover {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
Loading…
Reference in a new issue