Add account column reset button

This commit is contained in:
Sucukdeluxe
2026-03-07 03:56:54 +01:00
parent 7737a4b0da
commit 3c37cdba85
2 changed files with 21 additions and 0 deletions
+6
View File
@@ -1457,6 +1457,12 @@ body,
opacity: 1;
}
.account-display-actions {
display: flex;
justify-content: flex-end;
margin: -2px 0 10px;
}
.key-stats-popup {
width: min(1360px, calc(100vw - 20px));