Move "Zoom in to edit" button up to be less in the way

(re: #4482)
This commit is contained in:
Bryan Housel
2017-11-10 15:13:41 -05:00
parent e113c47835
commit d1a46ce623

View File

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