godmode implemented

This commit is contained in:
Henry Jameson 2026-06-10 17:38:31 +03:00
commit 9fbc832de9
6 changed files with 34 additions and 9 deletions

View file

@ -26,18 +26,22 @@
}
&.-admin-view {
.godmode {
padding: 1em;
}
.list-item {
padding: 0;
border-bottom: 1px solid var(--border);
.admin-actions {
background: var(--background);
}
.Status{
width: 100%
}
}
.footer {
background: var(--background);
}
}
}