fix multiline alt texts for generic attachments (e.g. zip files) #446
2 changed files with 4 additions and 2 deletions
commit
f08a961199
|
|
@ -19,6 +19,7 @@
|
|||
min-height: 200px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
align-content: center;
|
||||
|
||||
.status-popover & {
|
||||
height: 200px;
|
||||
|
|
@ -125,6 +126,9 @@
|
|||
padding: 0 0.5em;
|
||||
white-space: pre-line;
|
||||
text-align: center;
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
scrollbar-color: var(--border) #0000;
|
||||
|
||||
.status-popover & {
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
|||
|
|
@ -100,8 +100,6 @@
|
|||
flex-grow: 1;
|
||||
.Status & {
|
||||
max-height: 30em;
|
||||
overflow-y: auto; /* makes long alt text on files scrollable */
|
||||
scrollbar-color: var(--border) #0000;
|
||||
}
|
||||
|
||||
&.-audio {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue