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 2455bb70f3 - Show all commits

feat: since I'm already here, let's do some basic styling

Riedler 2025-09-10 02:25:02 +02:00

View file

@ -5,6 +5,7 @@
flex-direction: column;
position: relative;
align-self: flex-start;
line-height: 0;
height: 100%;
border-style: solid;
border-width: 1px;
@ -114,6 +115,13 @@
align-items: center;
justify-content: center;
padding-top: 0.5em;
p {
line-height: 1.5;
padding: 0 0.5em;
white-space: pre-line;
text-align: center;
}
}