diff --git a/public/style.css b/public/style.css index 5105315..05d74fe 100644 --- a/public/style.css +++ b/public/style.css @@ -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%; diff --git a/src/views/tweet.nim b/src/views/tweet.nim index c5c2461..5ee1f3e 100644 --- a/src/views/tweet.nim +++ b/src/views/tweet.nim @@ -92,7 +92,7 @@ #end proc # #proc renderGif(gif: Gif): string = -
+