Explorar o código

Fix gif size regression

Zed %!s(int64=7) %!d(string=hai) anos
pai
achega
02f63f97d6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/tweet.nimf

+ 2 - 2
src/views/tweet.nimf

@@ -108,8 +108,8 @@
 #
 #proc renderGif(gif: Gif): string =
 <div class="attachments media-gif">
-  <div class="gallery-row" style="max-height: unset;">
-    <div class="attachment image">
+  <div class="gallery-gif" style="max-height: unset;">
+    <div class="attachment">
       <video class="gif" poster=${gif.thumb.getSigUrl("pic")} autoplay muted loop>
         <source src=${gif.url.getSigUrl("video")} type="video/mp4">
       </video>