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
2 changed files with 4 additions and 2 deletions
Showing only changes of commit f08a961199 - Show all commits

fix: some days I hate CSS
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_closed/woodpecker Pipeline is pending approval

Riedler 2025-09-22 17:56:16 +02:00

View file

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

View file

@ -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 {