mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-08 04:55:37 -05:00
Support promo_video_website cards
This commit is contained in:
@@ -237,7 +237,7 @@ nav {
|
||||
|
||||
.gallery-row .attachment:last-child, .gallery-row .attachments:last-child, .video-container {
|
||||
margin: 0;
|
||||
max-height: 500px;
|
||||
max-height: 530px;
|
||||
}
|
||||
|
||||
.attachments .attachment {
|
||||
@@ -901,6 +901,11 @@ video {
|
||||
border-color: #808080;
|
||||
}
|
||||
|
||||
.card-container .attachments {
|
||||
margin: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.large .card-container {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user