mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 23:29:32 +00:00
parent
4bf3df94f8
commit
35a929c415
15 changed files with 305 additions and 175 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue