mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-08 04:55:37 -05:00
Fix gif padding
This commit is contained in:
@@ -576,6 +576,12 @@ nav {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.media-gif {
|
||||
display: table-cell;
|
||||
padding-top: 5px !important;
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
video {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user