1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-23 22:07:31 +08:00

Feat: visualize instance running state in sidebar

This commit is contained in:
positnuec
2026-07-22 08:00:30 +08:00
parent 26f8f112f5
commit a64efd6134
4 changed files with 55 additions and 1 deletions

View File

@@ -95,6 +95,19 @@ textarea {
fill: #c9d1d9;
}
/* State colors for aside instance icons */
.aside-icon.aside-icon-run > path {
fill: #5cb85c;
}
.aside-icon.aside-icon-warning > path {
fill: #ff6b6b;
}
.aside-icon.aside-icon-updating > path {
fill: #5cb85c;
}
.container-log {
background-color: #2f3136 !important;
border: 1px solid #21262d;