Skip to content

Commit

Permalink
test: improving CSS of modals for more responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Mar 15, 2024
1 parent 2df43bf commit 87f998c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WebAuthn Local Client: Tests</title>
<style>
.modal-btn { display: inline-block; color: white; background-color: black; border: 0; border-radius: 0.25em; font-size: 1rem; }
.toast-popup .swal2-html-container { white-space: nowrap; }
.swal2-popup { font-size: 3vw; }
.swal2-popup .swal2-html-container { font-size: unset !important; }
.swal2-popup .modal-btn { display: inline-block; color: white; background-color: black; border: 0; border-radius: 0.25em; font-size: 1em !important; }
ul { list-style-type: none; padding: 0; }
ul li { margin: 0.7rem; }
</style>
Expand Down

0 comments on commit 87f998c

Please sign in to comment.