Reduce padding on workout modal when on mobile, TODO: workout list view needs to be made responsive as well

This commit is contained in:
Peter Stockings
2023-07-25 21:48:58 +10:00
parent d2d8b73398
commit 2f859157de
2 changed files with 1 additions and 6 deletions

View File

@@ -34,11 +34,6 @@ tr.htmx-swapping td {
}
#modal > .modal-content {
/* Position visible dialog near the top of the window */
margin-top: 5vh;
/* Sizing for visible dialog */
max-width: 80%;
max-height:90%;
/* Display properties for visible dialog*/
border: solid 1px #999;
border-radius: 8px;