Skip to content

Commit

Permalink
Make modals wider on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jun 10, 2020
1 parent 05d3571 commit 7c180cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -4669,9 +4669,9 @@ img.tile-debug {
right: 0;
margin: auto;
z-index: 50;
width: 50%;
width: 80%;
min-width: 200px;
max-width: 600px;
max-width: 550px;
}

.modal .loader {
Expand Down

0 comments on commit 7c180cc

Please sign in to comment.