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:
parent
e3e1e007ed
commit
3297333312
2 changed files with 21 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue