Skip to content

Commit 593336b

Browse files
committed
style: make reconnect icon only and shrink action buttons
1 parent 86eabc3 commit 593336b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/lib/mobileCompanionUrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const configuredMobileCompanionOrigin =
33

44
export const MOBILE_COMPANION_ORIGIN =
55
configuredMobileCompanionOrigin || "https://nnnsmm.github.io/Launcherg-Mod/";
6-
export const MOBILE_COMPANION_CLIENT_VERSION = "mobile-pwa-v16";
6+
export const MOBILE_COMPANION_CLIENT_VERSION = "mobile-pwa-v17";
77
export const SKYWAY_CONNECT_ENDPOINT = "https://launcherg.ryoha.moe/connect";
88

99
export type MobileCompanionUrlParams = {

src/views/MobileCompanion.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,10 +1230,10 @@
12301230
<button
12311231
type="button"
12321232
class="reconnect-small-button"
1233+
title="再接続"
12331234
on:click={() => window.location.reload()}
12341235
>
1235-
<span class="i-material-symbols:refresh-rounded text-[15px]" />
1236-
<span>再接続</span>
1236+
<span class="i-material-symbols:refresh-rounded text-[20px]" />
12371237
</button>
12381238
</div>
12391239

@@ -1934,7 +1934,7 @@
19341934
19351935
.pause-button {
19361936
grid-column: span 2;
1937-
min-height: 56px;
1937+
min-height: 48px;
19381938
width: 100%;
19391939
display: flex;
19401940
align-items: center;
@@ -1949,7 +1949,7 @@
19491949
}
19501950
19511951
.shutter-button {
1952-
min-height: 72px;
1952+
min-height: 56px;
19531953
width: 100%;
19541954
display: flex;
19551955
align-items: center;

0 commit comments

Comments
 (0)