diff --git a/go/twitterchiver/viewer/templates/tweets.html b/go/twitterchiver/viewer/templates/tweets.html
index f4ea95cd71..13bce68900 100644
--- a/go/twitterchiver/viewer/templates/tweets.html
+++ b/go/twitterchiver/viewer/templates/tweets.html
@@ -82,7 +82,7 @@ a:hover {
margin-top: 8px;
display: grid;
grid-template-columns: 50% 50%;
- grid-template-rows: 50% 50%;
+ grid-template-rows: max-content;
grid-auto-flow: dense;
}
.media-item:only-child,
@@ -139,6 +139,14 @@ a:hover {
{{end}}
{{end}}
+ {{else if eq $entity.type "gif"}}
+
{{else}}