feat: show how long it takes for a capacitor to deplete (if not stable) (#61)

This commit is contained in:
Patric Stout
2024-02-09 12:03:53 +01:00
committed by GitHub
parent 2af0a390e0
commit 11ba97e87c
4 changed files with 33 additions and 5 deletions

View File

@@ -145,3 +145,10 @@
.rechargeRateDropdownContent > div:hover {
background-color: #4e4e4e;
}
.capacitorStable {
color: #8dc169;
}
.capacitorUnstable {
color: #ff454b;
}