cleanup various unused code,

simplify instance action hiding when node is not online
This commit is contained in:
2025-04-29 17:44:02 +00:00
parent bb0d363298
commit 800ad7cd60
12 changed files with 39 additions and 284 deletions

View File

@@ -61,13 +61,10 @@ body {
grid-template-rows: auto 1fr;
}
main, dialog {
main {
max-width: 100vw;
background-color: var(--main-bg-color);
color: var(--main-text-color);
}
main {
padding: 0 16px 16px;
}