Improve firefox support for images

This commit is contained in:
Zed
2019-07-01 03:12:28 +02:00
parent af167ddef4
commit 160c28eda3
2 changed files with 2 additions and 3 deletions

View File

@@ -63,7 +63,7 @@
#
#proc renderMediaGroup(tweet: Tweet): string =
#let groups = if tweet.photos.len > 2: tweet.photos.distribute(2) else: @[tweet.photos]
#let display = if groups.len == 1 and groups[0].len == 1: "display: table-caption;" else: ""
#let display = if groups.len == 1 and groups[0].len == 1: "display: table-cell;" else: ""
#var first = true
<div class="attachments" style="${display}">
#for photos in groups: