File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const configuredMobileCompanionOrigin =
33
44export const MOBILE_COMPANION_ORIGIN =
55 configuredMobileCompanionOrigin || "https://nnnsmm.github.io/Launcherg-Mod/" ;
6- export const MOBILE_COMPANION_CLIENT_VERSION = "mobile-pwa-v14 " ;
6+ export const MOBILE_COMPANION_CLIENT_VERSION = "mobile-pwa-v15 " ;
77export const SKYWAY_CONNECT_ENDPOINT = "https://launcherg.ryoha.moe/connect" ;
88
99export type MobileCompanionUrlParams = {
Original file line number Diff line number Diff line change 12681268 <span >文字消しスクショ</span >
12691269 </button >
12701270
1271- <section class =" memo-preview" style =" flex-shrink : 0;" >
1271+ <section class =" memo-preview" style =" flex: 1; display: flex; flex-direction: column; min-height : 0;" >
12721272 <div class =" section-head" >
12731273 <h2 >メモ</h2 >
12741274 <span class =" subtle" >編集</span >
12751275 </div >
1276- <div class =" detail-memo-editor" >
1276+ <div class =" detail-memo-editor" style = " flex: 1; display: flex; flex-direction: column; min-height: 0; " >
12771277 <textarea
12781278 bind:value ={memoText }
12791279 placeholder =" メモを入力"
1280+ style =" flex: 1; resize: none; min-height: 60px;"
12801281 />
12811282 <button
12821283 type =" button"
You can’t perform that action at this time.
0 commit comments