Skip to main content
tana
Product Company Community App Get early access
Community
Search
Log In
Log In Sign Up
Jordan Weitz

Jordan Weitz

Joined Feb 22, 2026 Last seen Feb 24, 2026
Posts 0 Comments 1

⁨Jordan Weitz⁩'s Comments

Newest Top
Newest Top
    1. ⚡️ Ideas
    2. Improved PDF reader functionality
    Jordan Weitz Jordan Weitz Feb 22, 2026

    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;
        }
    }
    Reply Actions