This commit is contained in:
33333-33333 2026-06-02 02:35:22 +09:00
commit 67a7477242
9 changed files with 1116 additions and 139 deletions

View file

@ -968,3 +968,50 @@ body, button, input, select, textarea {
.toggleList { display:flex; flex-direction:column; gap:10px; }
.checkRow { display:flex; align-items:center; gap:10px; font-size:13px; color:#243044; }
.checkRow input { width:16px; height:16px; }
/* Phase 5 UI polish: larger readable controls while keeping palette code labels small. */
body, button, input, select, textarea { font-size: 15px; }
.logo { font-size: 24px; }
.subline { font-size: 14px; }
.authorCard span, .clockHint { font-size: 12px; }
.phaseLabel { font-size: 14px; }
.iconButton, .tool, .tab, button { font-size: 14px; line-height: 1.15; }
.toolHud .iconButton { font-size: 14px; min-width: 74px; padding: 10px 12px; }
.cardTitle { font-size: 17px; }
.field, .hint, .lineageNote, .syncStats { font-size: 14px; line-height: 1.45; }
.toolRow { gap: 8px; }
.editorHistoryRow { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.advancedRow { grid-template-columns: repeat(6, max-content) 1fr; align-items: start; }
.assetMeta strong { font-size: 16px; }
.assetMeta span { font-size: 13px; }
.assetActions button { font-size: 12px; padding: 6px 7px; }
.selectionBubble { font-size: 14px; }
.bubbleName { font-size: 15px; }
.bubbleAuthor, .bubbleRemixFrom, .bubbleRemixCount { font-size: 12px; }
.bubbleActions button, .bubbleVotes button { font-size: 12px; padding: 6px 8px; }
.paletteGrid button, .paletteSwatch { font-size: 7px !important; }
.checkRow { font-size: 14px; }
@media (max-width: 760px) {
body, button, input, select, textarea { font-size: 14px; }
.toolHud .iconButton { min-width: 68px; }
.editorHistoryRow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.advancedRow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.displayLimitField input { font-size: 16px; min-height: 36px; width: 110px; }
.rotationBadge { font-size: 13px; color: #4d5b72; }
/* exhibition/account polish */
.authorCard { min-width: 210px; }
.authorCard small { display:block; margin-top:6px; font-size:12px; line-height:1.35; opacity:.82; }
.miniButton { margin-top:6px; padding:6px 8px; border:2px solid #243044; background:#fff3d9; box-shadow:2px 2px 0 rgba(36,48,68,.22); cursor:pointer; font-size:12px; }
.placementPreviewBar { position:fixed; left:50%; bottom:22px; transform:translateX(-50%); z-index:35; display:flex; align-items:center; gap:10px; max-width:min(760px, calc(100vw - 24px)); padding:12px 14px; border:3px solid #243044; background:#fff7de; box-shadow:5px 5px 0 rgba(36,48,68,.25); font-size:15px; }
.placementPreviewBar[hidden] { display:none; }
.likedCodex { margin:8px 0 14px; padding:10px; border:2px dashed rgba(36,48,68,.35); background:rgba(255,255,255,.45); font-size:14px; }
.likedCodexTitle { font-weight:700; margin-bottom:6px; }
.likedCodexList { display:flex; gap:8px; flex-wrap:wrap; }
.likedCodexItem { display:flex; align-items:center; gap:6px; border:2px solid rgba(36,48,68,.25); background:#fffdf5; padding:4px 6px; max-width:180px; }
.likedCodexItem canvas { width:28px; height:28px; image-rendering:pixelated; }
.hiddenReasonText { color:#6f2f3b; font-weight:700; }
.exhibitionNote { padding:8px 10px; background:#fff3d9; border:2px solid rgba(36,48,68,.2); margin-bottom:8px; font-size:14px; line-height:1.45; }