diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-27 17:09:18 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-27 17:09:18 +0200 |
| commit | 8b1f460bf7d4291e70ddaeff9f4e8e8174808ba7 (patch) | |
| tree | 0f49ad4c997db75f9694f73b8abd0d2cd2237c21 /public/assets/css | |
| parent | 83c938702eb67bd6d154bb98b632e64e5e7e183f (diff) | |
filtering pics that might be in a comment
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/hootstream.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; |
