Jordan Weitz Feb 22, 2026 Posted Sun, Feb 22, 2026 6:10 AM Not a great workaround, but you can control layout and display with CSS injection if you use the web app. This is my stylus (chrome extension) setup: @-moz-document url-prefix("https://app.tana.inc/") { .mediaitem.large.pdfViewer { height: 90vh !important; } }
Not a great workaround, but you can control layout and display with CSS injection if you use the web app. This is my stylus (chrome extension) setup: