mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 23:31:19 +03:00
Quick style adjusts
This commit is contained in:
parent
707b51a1a0
commit
ffb7ce1c63
1 changed files with 11 additions and 2 deletions
|
@ -573,7 +573,7 @@
|
||||||
/* align-items: center; */
|
/* align-items: center; */
|
||||||
/* margin-left: 24px; */
|
/* margin-left: 24px; */
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
flex-wrap: wrap;
|
/* flex-wrap: wrap; */
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|
||||||
/* CLOAK - uncomment when taking screenshots */
|
/* CLOAK - uncomment when taking screenshots */
|
||||||
|
@ -597,7 +597,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
/* font-size: 0.9em; */
|
font-size: 0.9em;
|
||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
|
|
||||||
&:empty {
|
&:empty {
|
||||||
|
@ -735,6 +735,15 @@
|
||||||
.post-peek-media:first-child img {
|
.post-peek-media:first-child img {
|
||||||
transform-origin: left center;
|
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 {
|
.post-peek-faux-media {
|
||||||
|
|
Loading…
Add table
Reference in a new issue