Fix mixed tabs/spaces

main
Isaiah Odhner 2024-01-28 21:29:23 -05:00
parent 8d3543946b
commit 2ee58567cc
4 changed files with 20 additions and 20 deletions

View File

@ -842,13 +842,13 @@
ctx.fillRect(x, y, w, h);
ctx.restore();
} else {
ctx.save();
ctx.fillStyle = ctx.strokeStyle;
ctx.fillRect(x, y, stroke_size, h);
ctx.fillRect(x+w-stroke_size, y, stroke_size, h);
ctx.fillRect(x, y, w, stroke_size);
ctx.fillRect(x, y+h-stroke_size, w, stroke_size);
ctx.restore();
ctx.save();
ctx.fillStyle = ctx.strokeStyle;
ctx.fillRect(x, y, stroke_size, h);
ctx.fillRect(x + w - stroke_size, y, stroke_size, h);
ctx.fillRect(x, y, w, stroke_size);
ctx.fillRect(x, y + h - stroke_size, w, stroke_size);
ctx.restore();
}
}
},

View File

@ -594,7 +594,7 @@ html, body, .jspaint {
max-width: 230px;
float: right;
margin: 5px;
box-sizing: border-box;
box-sizing: border-box;
}
.save-as .window-content > form > div > label:not(:first-of-type) {
margin-top: 8px;
@ -704,7 +704,7 @@ html, body, .jspaint {
.dialog-window:not(.horizontal-buttons):not(.edit-colors-window) .window-content .button-group {
padding-left: 10px;
display: flex;
flex-direction: column;
flex-direction: column;
gap: 5px;
}
@ -766,11 +766,11 @@ html, body, .jspaint {
}
.custom-zoom-window .fieldset-body {
display: flex;
flex-flow: column wrap;
width: 240px;
flex-flow: column wrap;
width: 240px;
height: 70px;
padding: 12px 5px;
row-gap: 10px;
padding: 12px 5px;
row-gap: 10px;
}
.custom-zoom-window bdi {
margin: 0 10px;

View File

@ -594,7 +594,7 @@ html, body, .jspaint {
max-width: 230px;
float: left;
margin: 5px;
box-sizing: border-box;
box-sizing: border-box;
}
.save-as .window-content > form > div > label:not(:first-of-type) {
margin-top: 8px;
@ -704,7 +704,7 @@ html, body, .jspaint {
.dialog-window:not(.horizontal-buttons):not(.edit-colors-window) .window-content .button-group {
padding-right: 10px;
display: flex;
flex-direction: column;
flex-direction: column;
gap: 5px;
}
@ -766,11 +766,11 @@ html, body, .jspaint {
}
.custom-zoom-window .fieldset-body {
display: flex;
flex-flow: column wrap;
width: 240px;
flex-flow: column wrap;
width: 240px;
height: 70px;
padding: 12px 5px;
row-gap: 10px;
padding: 12px 5px;
row-gap: 10px;
}
.custom-zoom-window bdi {
margin: 0 10px;

View File

@ -154,7 +154,7 @@ button.grinch-button {
right: 0px;
width: 100px;
height: 179px;
z-index: 2;
z-index: 2;
background-image: url("../../images/winter/grinch-smile-spritesheet.png");
border: 0;
background-color: transparent;