Implement mixed-media tweet support

Fixes #697 #1101
This commit is contained in:
Zed 2026-03-13 05:47:37 +01:00
commit 35a929c415
15 changed files with 305 additions and 175 deletions

View file

@ -95,7 +95,7 @@
justify-content: center;
}
.gallery-gif .attachment {
.media-gif > .attachment {
display: flex;
justify-content: center;
background-color: var(--bg_color);
@ -108,8 +108,9 @@
}
}
.gallery-video,
.gallery-gif {
.gallery-row .attachment,
.gallery-row .attachment > video,
.gallery-row .attachment > img {
max-height: 300px;
}