mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-18 00:01:55 +03: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;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue