mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +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; */
|
||||
/* 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 {
|
||||
|
|
Loading…
Reference in a new issue