Skip to content

Commit

Permalink
Improve empty state look
Browse files Browse the repository at this point in the history
  • Loading branch information
photown committed Dec 27, 2023
1 parent d344951 commit 61b1d0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@
align-items: center;
justify-content: center;
}
#empty-state-inner {
background: #f9f9f9;
padding: 15px;
border-radius: 15px;
}
#top-bar {
display: flex;
justify-content: space-between;
Expand Down Expand Up @@ -383,7 +388,7 @@
</div>
</div>
<div id="empty-state">
<div>
<div id="empty-state-inner">
<a href="#" onclick="document.getElementById('pdf-file-input').click()"
>Pick a PDF file to modify.</a
>
Expand Down

0 comments on commit 61b1d0b

Please sign in to comment.