1
0
Fork 0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-03-01 18:31:35 +00:00

Force 3 columns on mobile

This commit is contained in:
Cadence Fish 2020-01-29 23:08:52 +13:00
parent e3e1e007ed
commit 3297333312
No known key found for this signature in database
GPG key ID: 81015DF9AA8607E1
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() {