1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-05-15 00:32:51 -04:00

Fix mobile gallery and grid, add size preference

Fixes #1379
This commit is contained in:
Zed
2026-03-21 11:28:57 +01:00
parent b6ccea0c7a
commit fea6f59005
7 changed files with 51 additions and 40 deletions
+4
View File
@@ -103,6 +103,10 @@ genPrefs:
compactGallery(checkbox, false):
"Compact media gallery (no profile info or text)"
gallerySize(select, "Medium"):
"Gallery column size"
options: @["Small", "Medium", "Large"]
mediaView(select, "Timeline"):
"Default media view"
options: @["Timeline", "Grid", "Gallery"]