Fix captions got squashed

This commit is contained in:
Lim Chee Aun 2023-10-16 01:55:11 +08:00
parent 54e69ed23b
commit 673001e4e0

View file

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