From ffb7ce1c63ea3f207bfa63bf95c80241c25600d3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 26 Feb 2024 21:13:17 +0800 Subject: [PATCH] Quick style adjusts --- src/pages/catchup.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/pages/catchup.css b/src/pages/catchup.css index 30ce0096..e905b8fa 100644 --- a/src/pages/catchup.css +++ b/src/pages/catchup.css @@ -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 {