This commit is contained in:
33333-33333 2026-06-25 14:51:58 +09:00
commit 434f07cc4e
103 changed files with 8387 additions and 8152 deletions

View file

@ -431,17 +431,6 @@
to { transform: translateY(8px); opacity: 0; }
}
/* v15.12.0: loading / collapsible cards / sound settings */
.loading-screen {
position: fixed;
inset: 0;
z-index: 1000;
display: grid;
place-items: center;
padding: 20px;
background: radial-gradient(circle at top, rgba(255,251,243,0.98), rgba(245,238,225,0.96) 56%, rgba(234,225,208,0.98));
transition: opacity .22s ease, visibility .22s ease;
}
.selected-info .info-row[data-metric] {
border-radius: 8px;
@ -662,3 +651,27 @@
justify-content: flex-start;
}
}
.ground-stat {
padding: 7px 8px;
}
.ground-type-btn {
width: 100%;
min-height: 28px;
border: 1px solid rgba(92, 142, 74, 0.28);
border-radius: 999px;
background: rgba(255,255,255,0.58);
color: inherit;
cursor: pointer;
font: inherit;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
}
.ground-type-btn:hover {
background: rgba(255,255,255,0.82);
transform: translateY(-1px);
}
.ground-type-btn strong {
display: inline-block;
font-size: 16px;
line-height: 1.2;
}