fix multiline alt texts for generic attachments (e.g. zip files) #446
1 changed files with 2 additions and 0 deletions
fix: scrollable gallery rows for if contents are too long
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending approval
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending approval
like my peanits
commit
d252e10543
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue