mirror of
https://github.com/zedeus/nitter.git
synced 2025-01-26 08:38:07 +00:00
Minor quote gif css improvement
This commit is contained in:
parent
01faa784ea
commit
dc79f736d0
1 changed files with 6 additions and 4 deletions
|
@ -60,14 +60,16 @@
|
|||
margin: unset;
|
||||
}
|
||||
|
||||
.media-gif {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.attachments {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.media-gif {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.gallery-gif .attachment {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue