Skip to content

Commit

Permalink
Merge branch 'master' of github.com:eyra/mono into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Nov 4, 2024
2 parents 8eff2d8 + 7b45cea commit 7c696af
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions core/systems/document/pdf_nav_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,19 @@ defmodule Systems.Document.PDFNavView do
>
<Text.title2 margin=""><%= @title %></Text.title2>
<div class="flex-grow"/>
<div>
<Button.dynamic {@ready_button} />
</div>
</div>
<.spacing value="M" />
<.line />
<div class="flex flex-col w-full h-full">
<.child name={:pdf_view} fabric={@fabric} />
<div>
<.child name={:pdf_view} fabric={@fabric} />
</div>
<.spacing value="M" />
<div class="flex flex-row-reverse w-full ">
<div class="w-1/6">
<Button.dynamic {@ready_button} />
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 7c696af

Please sign in to comment.