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 d252e10543 - Show all commits

fix: scrollable gallery rows for if contents are too long
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending approval

like my peanits
Riedler 2025-09-22 16:23:33 +02:00

View file

@ -100,6 +100,8 @@
flex-grow: 1;
.Status & {
max-height: 30em;
overflow-y: auto; /* makes long alt text on files scrollable */
scrollbar-color: var(--border) #0000;
}
&.-audio {