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

@@ -100,6 +100,19 @@ textarea {
fill: #2c2c2c;
}
/* State colors for aside instance icons */
.aside-icon.aside-icon-run > path {
fill: #28a745;
}
.aside-icon.aside-icon-warning > path {
fill: #dc3545;
}
.aside-icon.aside-icon-updating > path {
fill: #28a745;
}
.container-log {
background-color: white !important;
border: 1px solid lightgrey;