Fix ae en-US ui

This commit is contained in:
Sakura Knoll
2022-05-12 00:46:48 +09:00 Unverified
parent 72995e7b51
commit 7f1230d276
11 changed files with 216 additions and 236 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -1366,7 +1366,7 @@ function systemAutoLoadStart(galgameKey) {
.html(
`<div class="cancel ${tl_css_lang}"></div><div class="submit ${tl_css_lang}" onclick="systemAutoLoad()"></div>`
)
.css('background', "url('/novels/ae/en-US/continue.webp') no-repeat")
.css('background', "url('/novels/ae/en-US/continue.png') no-repeat")
.css('background-size', 'auto 100%')
.css('background-position', 'center')
$('.cancel').click({ k: galgameKey }, function (e) {
@@ -1729,7 +1729,7 @@ function add_record() {
)
$('#confirm_1').css(
'background',
"url('/novels/ae/en-US/quicksave.webp') no-repeat"
"url('/novels/ae/en-US/quicksave.png') no-repeat"
)
$('#confirm_1').css('background-size', 'auto 100%')
$('#confirm_1').css('background-position', 'center')
@@ -1743,7 +1743,7 @@ function get_record() {
)
$('#confirm_1').css(
'background',
"url('/novels/ae/en-US/quickload.webp') no-repeat"
"url('/novels/ae/en-US/quickload.png') no-repeat"
)
$('#confirm_1').css('background-size', 'auto 100%')
$('#confirm_1').css('background-position', 'center')
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB