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; } }