fixed position to be in line with the other icons
This commit is contained in:
parent
268159cfe3
commit
bf25b51c31
|
@ -314,7 +314,7 @@ input[type="range"]{
|
||||||
|
|
||||||
.modalControls {
|
.modalControls {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 32px auto 32px 1fr 32px;
|
grid-template-columns: 32px 32px 32px 1fr 32px;
|
||||||
grid-template-areas: "zoom tile save space close";
|
grid-template-areas: "zoom tile save space close";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -352,8 +352,8 @@ input[type="range"]{
|
||||||
|
|
||||||
.modalSave {
|
.modalSave {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 30px;
|
font-size: 28px;
|
||||||
margin-top: 6px;
|
margin-top: 8px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue