Improved resourceManager clickable

This commit is contained in:
WBHarry 2026-03-08 21:20:00 +01:00
parent e102a28305
commit 62d08c8fab
5 changed files with 25 additions and 3 deletions

View file

@ -138,6 +138,14 @@
align-items: center;
gap: 4px;
margin-right: 20px;
.resource-manager {
transition: all 0.1s ease;
&.inverted {
transform: rotate(180deg);
}
}
}
.downtime-section {