Skip to content

Commit

Permalink
Merge pull request #991 from eyra/feature/989
Browse files Browse the repository at this point in the history
feat: move 'done' button to bottom of pdf modal
  • Loading branch information
mellelieuwes authored Nov 1, 2024
2 parents 3b6a530 + 618120b commit 7b45cea
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 7b45cea

Please sign in to comment.