fix multiline alt texts for generic attachments (e.g. zip files) #446

Merged
Oneric merged 6 commits from Riedler/akkoma-fe:fix-attachalt into develop 2025-10-04 22:04:12 +00:00
Showing only changes of commit bb71635d12 - Show all commits

fix: no multiline alt text in post popovers
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending approval

Riedler 2025-09-10 03:13:03 +02:00

View file

@ -19,6 +19,10 @@
min-height: 200px;
position: relative;
overflow: hidden;
.status-popover & {
height: 200px;
}
}
.description-container {
@ -121,6 +125,12 @@
padding: 0 0.5em;
white-space: pre-line;
text-align: center;
.status-popover & {
text-overflow: ellipsis;
overflow: hidden;
height: 1lh;
}
}
}