mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 09:18:51 +01:00
Fix captions got squashed
This commit is contained in:
parent
54e69ed23b
commit
673001e4e0
1 changed files with 2 additions and 2 deletions
|
@ -1015,8 +1015,6 @@ body:has(#modal-container .carousel) .status .media img:hover {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
display: inline-flex;
|
|
||||||
gap: 4px;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
@ -1027,6 +1025,8 @@ body:has(#modal-container .carousel) .status .media img:hover {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
text-overflow: unset;
|
text-overflow: unset;
|
||||||
|
display: flex;
|
||||||
|
gap: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue