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

@ -74,25 +74,6 @@ button {
line-height: 1.55;
min-height: 1.55em;
}
.loading-bar {
height: 12px;
margin: 18px 0 8px;
border-radius: 999px;
overflow: hidden;
background: rgba(90, 70, 48, 0.12);
}
.loading-bar-fill {
width: 0%;
height: 100%;
border-radius: inherit;
background: linear-gradient(90deg, #9ce84b, #f0d35b);
transition: width 160ms ease;
}
.loading-percent {
color: var(--muted);
font-size: 12px;
font-variant-numeric: tabular-nums;
}
#app {
width: min(1480px, 100vw);
@ -137,13 +118,6 @@ h1 {
white-space: nowrap;
}
.subtitle {
margin: 0;
color: var(--muted);
font-size: clamp(11px, 1.1vw, 13px);
line-height: 1.35;
white-space: nowrap;
}
.top-actions {
display: flex;
@ -429,7 +403,6 @@ h1 {
z-index: 1;
filter: drop-shadow(0 2px 3px rgba(52,40,26,0.12));
}
.tool-sprite-watermark { display: none !important; }
.tool[data-tool="giant_drug"] .tool-sprite-preview { width: 39px; height: 39px; left: -4px; }
.tool[data-tool="dwarf_drug"] .tool-sprite-preview,
.tool[data-tool="oshibyo"] .tool-sprite-preview { width: 22px; height: 22px; left: 5px; }