From 673001e4e0adf35d9b3fe461c33f53ef65723949 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 16 Oct 2023 01:55:11 +0800 Subject: [PATCH] Fix captions got squashed --- src/components/status.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/status.css b/src/components/status.css index cc44b06a..77f55d9a 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -1015,8 +1015,6 @@ body:has(#modal-container .carousel) .status .media img:hover { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - display: inline-flex; - gap: 4px; &:hover { color: var(--text-color); @@ -1027,6 +1025,8 @@ body:has(#modal-container .carousel) .status .media img:hover { white-space: pre-line; overflow: auto; text-overflow: unset; + display: flex; + gap: 4px; } }