From 8b1f460bf7d4291e70ddaeff9f4e8e8174808ba7 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Thu, 27 Oct 2022 17:09:18 +0200 Subject: filtering pics that might be in a comment --- public/assets/css/hootstream.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'public/assets/css') diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index 470cb72..1bc0b44 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -45,7 +45,7 @@ width: 100%; } #hootevents .hoot.threadTitle { - /*align-items: flex-end;*/ + align-items: flex-end; } #hootevents .hootText { max-width: 60rem; @@ -72,6 +72,7 @@ display: block; } #hootevents .imageList .image { + position: relative; display: flex; flex-direction: column; align-items: center; @@ -81,6 +82,7 @@ transition: opacity 0.1s; } #hootevents .imageList .caption { + display: none; margin: 1rem; font-size: 0.9rem; color: rgba(128, 128, 128, 0.5); @@ -144,6 +146,7 @@ justify-content: flex-end; align-items: center; margin-top: 0.175rem; + align-self: flex-start; } #hootevents .avatar { width: 1.5rem; -- cgit v1.2.3-70-g09d2