i dont even know

This commit is contained in:
2026-06-10 02:59:58 -04:00
parent 56fd57efe5
commit 19f01559eb
4 changed files with 1777 additions and 584 deletions
+86
View File
@@ -554,6 +554,75 @@ body {
color: #9ca3af;
}
.action-queue {
position: absolute;
left: 0;
bottom: 0;
width: 240px;
border: 1px solid #2a2a3e;
border-radius: 4px;
background: #12121e;
padding: 8px;
max-height: 180px;
overflow-y: auto;
}
.queue-title {
font-size: 12px;
font-weight: bold;
color: #9ca3af;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 4px;
}
.queue-empty {
font-size: 12px;
color: #4a4a5e;
font-style: italic;
}
.queue-item {
display: flex;
align-items: center;
gap: 6px;
padding: 3px 4px;
font-size: 13px;
border-radius: 2px;
}
.queue-item.queue-current {
background: #1a1a2e;
color: #22c55e;
}
.queue-idx {
width: 16px;
text-align: right;
color: #6b7280;
font-size: 11px;
}
.queue-item.queue-current .queue-idx {
color: #22c55e;
}
.queue-label {
color: #e0e0e0;
}
.queue-cancel {
margin-left: auto;
cursor: pointer;
color: #6b7280;
font-size: 12px;
line-height: 1;
padding: 0 2px;
}
.queue-cancel:hover {
color: #ef4444;
}
.panel-hint {
color: #6b7280;
font-size: 14px;
@@ -1820,6 +1889,23 @@ body {
font-size: 11px;
}
.equip-unequip-btn,
.equip-btn {
padding: 2px 8px;
font-size: 11px;
background: #2e303a;
color: #e0e0e0;
border: 1px solid #4b5563;
border-radius: 3px;
cursor: pointer;
}
.equip-unequip-btn:hover,
.equip-btn:hover {
background: #4b5563;
color: #fff;
}
.inv-divider {
height: 1px;
background: #2e303a;