Fix gif padding

This commit is contained in:
Zed 2019-06-24 08:24:43 +02:00
parent af9a5d4872
commit 1927858f95
2 changed files with 7 additions and 1 deletions

View file

@ -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%;