Skip to content

Commit

Permalink
#861 PDF Viewer width op brede schermen
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Jun 28, 2024
1 parent 2171847 commit 4ed61cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/systems/document/pdf_nav_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,12 @@ defmodule Systems.Document.PDFNavView do
<Button.dynamic {@close_button} />
</div>
</div>
<div class="flex flex-col w-full h-full pt-[72px] sm:pt-[48px] pb-sidepadding">
<.child name={:pdf_view} fabric={@fabric} />
<div class="flex flex-row">
<div class="flex-grow"/>
<div class="flex flex-col w-full max-w-[1200px] h-full pt-[72px] sm:pt-[48px] pb-sidepadding">
<.child name={:pdf_view} fabric={@fabric} />
</div>
<div class="flex-grow"/>
</div>
</div>
"""
Expand Down

0 comments on commit 4ed61cb

Please sign in to comment.