Reduce padding on workout modal when on mobile, TODO: workout list view needs to be made responsive as well
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user