Refine install list and responsive scaling
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-04 15:22:09 +09:00
parent bc6bef0c46
commit 010dbc30a4
6 changed files with 243 additions and 162 deletions

View File

@@ -13,24 +13,6 @@
<div id="installCatalogNotice" class="launcherNotice">
<span><%- lang('install.notice') %></span>
</div>
<div id="installProfileDetails" class="launcherNotice">
<div class="launcherEditorHeader">
<div>
<span id="installDetailTitle" class="launcherEditorTitle">프로필을 선택하세요</span>
<span id="installDetailSummary" class="launcherEditorDescription">아래 목록에서 모드팩, 맵, 서버팩을 고르면 자세한 설명과 설치 조건을 볼 수 있습니다.</span>
</div>
<div id="installDetailMeta" class="launcherPageActions"></div>
</div>
<div id="installDetailInfo" class="launcherInfoBlock"></div>
<div class="launcherFieldGroup">
<label class="launcherFieldLabel">자세한 내용</label>
<div id="installDetailBody" class="launcherDetailBody">관리자가 등록한 프로필 상세 설명이 여기에 표시됩니다.</div>
</div>
<div id="installDetailActions" class="launcherCardActions">
<button id="installDetailAddButton" class="launcherPrimaryButton" disabled>라이브러리에 추가</button>
<button id="installDetailOpenLibraryButton" class="launcherSecondaryButton">라이브러리 열기</button>
</div>
</div>
<div id="installCatalogList" class="launcherListContainer"></div>
</div>
<script src="./assets/js/scripts/install.js"></script>