1
0
Fork 0

Quick style adjusts

This commit is contained in:
Lim Chee Aun 2024-02-26 21:13:17 +08:00
parent 707b51a1a0
commit ffb7ce1c63

View file

@ -573,7 +573,7 @@
/* align-items: center; */
/* margin-left: 24px; */
flex-direction: row-reverse;
flex-wrap: wrap;
/* flex-wrap: wrap; */
justify-content: flex-end;
/* CLOAK - uncomment when taking screenshots */
@ -597,7 +597,7 @@
overflow: hidden;
line-height: 1.3;
opacity: 0.9;
/* font-size: 0.9em; */
font-size: 0.9em;
text-wrap: balance;
&:empty {
@ -735,6 +735,15 @@
.post-peek-media:first-child img {
transform-origin: left center;
}
.post-peek-media:not(:last-child) {
margin-right: -24px;
z-index: 1;
box-shadow: 2px 0 var(--bg-blur-color);
}
.post-peek-media:hover {
z-index: 2;
}
}
.post-peek-faux-media {