removed unused processesseessess

This commit is contained in:
33333-33333 2026-06-29 16:21:58 +09:00
commit 4fdc567e08
158 changed files with 1317 additions and 3351 deletions

View file

@ -1,41 +1,3 @@
.sound-category-controls,
.log-push-controls {
margin-top: 10px;
padding: 10px;
border-radius: 14px;
border: 1px solid rgba(84,68,48,.12);
background: rgba(255,255,255,.46);
font-size: 12px;
}
.control-group-title { font-weight: 700; margin-bottom: 7px; color: rgba(58,48,39,.88); }
.sound-category-controls { display: grid; grid-template-columns: 1fr; gap: 6px; }
.sound-category-controls label,
.push-master,
.push-kind-grid label { display: flex; align-items: center; gap: 6px; cursor: pointer; user-select: none; }
.sound-category-controls input,
.push-master input,
.push-kind-grid input { accent-color: #82bf66; }
.log-push-controls { display: flex; flex-direction: column; gap: 8px; }
.push-kind-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 8px; }
.log-push-overlay { position: fixed; left: 18px; bottom: 18px; z-index: 9998; width: min(320px, calc(100vw - 36px)); display: flex; flex-direction: column; gap: 8px; pointer-events: none; }
.log-push-toast { position: relative; overflow: hidden; padding: 10px 12px 10px 17px; border-radius: 15px; background: rgba(255,252,246,.94); border: 1px solid rgba(84,68,48,.16); box-shadow: 0 12px 32px rgba(44,34,25,.18); animation: logPushIn .18s ease-out; }
.log-push-toast::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: #a5c77a; }
.log-push-toast .log-push-tag { display: inline-block; margin-right: 6px; font-size: 11px; font-weight: 700; color: rgba(54,45,38,.88); }
.log-push-toast .log-push-time { font-size: 10px; color: rgba(104,88,72,.72); }
.log-push-toast .log-push-text { margin-top: 3px; font-size: 12px; line-height: 1.35; color: rgba(48,40,33,.92); }
.log-push-toast.log-push-death::before { background: #8f817a; }
.log-push-toast.log-push-accident::before { background: #ee9e5d; }
.log-push-toast.log-push-birth::before { background: #98cf7a; }
.log-push-toast.log-push-fight::before { background: #e47b80; }
.log-push-toast.log-push-relation::before { background: #b99be0; }
.log-push-toast.log-push-food::before { background: #e9bd61; }
.log-push-toast.log-push-weather::before { background: #7bbbdc; }
.log-push-toast.log-push-grass::before { background: #8cc77a; }
.log-push-toast.log-push-event::before { background: #8b82d6; }
.log-push-toast.leaving { opacity: 0; transform: translateY(8px); transition: opacity .22s ease, transform .22s ease; }
@keyframes logPushIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
/* v15.12.1: top-right sound settings panel */
.sound-menu { position: relative; display: inline-block; }
.sound-menu-btn.active { background: linear-gradient(180deg, #f3ffe9, #e7f8db); border-color: rgba(103,178,44,.46); }
@ -71,9 +33,6 @@
}
/* v15.12.4: sound settings live only in the top-right sound menu */
.log-card .sound-category-controls {
display: none !important;
}
/* v15.17.0: mobile layout isolation and canvas touch gestures */
#app { overflow-x: clip; }