Add a Maintenance Section (#580)

* Add a Maintenance section

* Move the self-host section higher

* Add references to backup and upgrade
This commit is contained in:
Misha Bragin
2026-01-27 12:29:05 +01:00
committed by GitHub
parent 4701c0f954
commit 75164d3aef
7 changed files with 159 additions and 63 deletions

View File

@@ -68,6 +68,13 @@
width: 70%;
}
.imagewrapper-small {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 4px;
overflow:hidden;
width: 30%;
}
.imagewrapper-medium {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 4px;