Skip to content

Commit

Permalink
style: Improve formatting of app details section
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Aug 14, 2024
1 parent 558eab5 commit bf82ad3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/views/pages/apps-id.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

<div style="display: flex; justify-content: space-between; align-items: center;">
<div>
<h2 style="margin: 0;">App</h2>
<p>App details</p>
<h2 style="margin: 0;">App</h2>
<p>App details</p>
</div>

<a href="/apps/<%= app.id %>/edit">Edit</a>
<div style="display: flex; gap: 20px;">
<a href="/apps/<%= app.id %>/edit">Edit</a>
<a href="/apps/<%= app.id %>/edit">Delete</a>
</div>
</div>

<div style="display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; border: dashed; padding: 20px; border-radius: 5px; width: fit-content; max-width: 100%;">
Expand Down

0 comments on commit bf82ad3

Please sign in to comment.