Skip to content

Commit

Permalink
Move "Zoom in to edit" button up to be less in the way
Browse files Browse the repository at this point in the history
(re: #4482)
  • Loading branch information
bhousel committed Nov 10, 2017
1 parent e113c47 commit d1a46ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -3654,8 +3654,7 @@ img.tile-removing {

.notice {
position: absolute;
top: 50%;
bottom: 50%;
top: 45px;
left: 0;
right: 0;
text-align: center;
Expand All @@ -3664,7 +3663,7 @@ img.tile-removing {
.notice .zoom-to {
margin: auto;
width: 300px;
height: 80px;
height: 70px;
font-size: 150%;
border-radius: 8px;
}
Expand Down

0 comments on commit d1a46ce

Please sign in to comment.