Force 3 columns on mobile

This commit is contained in:
Cadence Fish
2020-01-29 23:08:52 +13:00
parent e3e1e007ed
commit 3297333312
2 changed files with 21 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ class TimelineEntry extends TimelineBaseMethods {
}
getThumbnailSizes() {
return `(max-width: 820px) 120px, 260px` // from css :(
return `(max-width: 820px) 200px, 260px` // from css :(
}
async fetchChildren() {