mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
Simpler gif fix
This commit is contained in:
parent
8912985beb
commit
7ad6f581c2
2 changed files with 2 additions and 7 deletions
|
|
@ -33,12 +33,6 @@
|
|||
.image-attachment {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.gallery-gif {
|
||||
align-self: flex-start;
|
||||
border-radius: 7px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.attachment {
|
||||
|
|
@ -108,6 +102,7 @@
|
|||
}
|
||||
|
||||
.media-gif {
|
||||
display: table;
|
||||
background-color: unset;
|
||||
width: unset;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue