Skip to content

Commit f367ce0

Browse files
committed
Fix tiled checkboxes in Electron app in Enlarge UI mode
1 parent 6d3ec38 commit f367ce0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

styles/layout.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ html, body, .jspaint {
278278
width: 1.2em;
279279
height: 1.2em;
280280
mask-size: 1.2em 1.2em;
281+
-webkit-mask-size: 1.2em 1.2em;
281282
}
282283

283284
/* sigh, trying to move two things in a similar way but padding does look a bit better for the status area (esp. in Bubblegum theme),

styles/layout.rtl.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ html, body, .jspaint {
278278
width: 1.2em;
279279
height: 1.2em;
280280
mask-size: 1.2em 1.2em;
281+
-webkit-mask-size: 1.2em 1.2em;
281282
}
282283

283284
/* sigh, trying to move two things in a similar way but padding does look a bit better for the status area (esp. in Bubblegum theme),

0 commit comments

Comments
 (0)