mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
parent
3e290eab6a
commit
0344b99b69
5 changed files with 17 additions and 10 deletions
|
|
@ -90,7 +90,10 @@
|
|||
max-height: unset;
|
||||
}
|
||||
|
||||
.media-gif video {
|
||||
.media-gif video,
|
||||
.media-gif img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-height: 530px;
|
||||
background-color: #101010;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,7 +100,8 @@
|
|||
justify-content: center;
|
||||
background-color: var(--bg_color);
|
||||
|
||||
video {
|
||||
video,
|
||||
img {
|
||||
height: unset;
|
||||
width: unset;
|
||||
max-height: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue