1
0

Implement mixed-media tweet support

Fixes #697 #1101
This commit is contained in:
Zed
2026-03-13 05:47:37 +01:00
parent 4bf3df94f8
commit 35a929c415
15 changed files with 304 additions and 174 deletions
+14 -14
View File
@@ -9,22 +9,22 @@ video {
.gallery-video {
display: flex;
overflow: hidden;
}
&.card-container {
flex-direction: column;
width: 100%;
}
.gallery-video.card-container {
flex-direction: column;
width: 100%;
}
> .attachment {
min-height: 80px;
min-width: 200px;
max-height: 530px;
margin: 0;
.video-container {
min-height: 80px;
min-width: 200px;
max-height: 530px;
margin: 0;
img {
max-height: 100%;
max-width: 100%;
img {
max-height: 100%;
max-width: 100%;
}
}
}