Skip to content

Commit bf25b51

Browse files
committed
fixed position to be in line with the other icons
1 parent 268159c commit bf25b51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ input[type="range"]{
314314

315315
.modalControls {
316316
display: grid;
317-
grid-template-columns: 32px auto 32px 1fr 32px;
317+
grid-template-columns: 32px 32px 32px 1fr 32px;
318318
grid-template-areas: "zoom tile save space close";
319319
position: absolute;
320320
top: 0;
@@ -352,8 +352,8 @@ input[type="range"]{
352352

353353
.modalSave {
354354
color: white;
355-
font-size: 30px;
356-
margin-top: 6px;
355+
font-size: 28px;
356+
margin-top: 8px;
357357
font-weight: bold;
358358
cursor: pointer;
359359
}

0 commit comments

Comments
 (0)