🐞 fix: Adjust styles, fix incorrect folder paths
This commit is contained in:
@@ -125,8 +125,14 @@
|
||||
|
||||
.tag { font-size: 0.8125rem; color: var(--muted); }
|
||||
|
||||
.table { width: 100%; border-collapse: collapse; }
|
||||
.table th, .table td { padding: 0.625rem; border-bottom: 0.0625rem solid var(--border); text-align: left; }
|
||||
table { width: 100%; border-collapse: collapse; margin-bottom: 2rem; }
|
||||
table th, table td { padding: 0.625rem; border-bottom: 0.0625rem solid var(--border); text-align: left; }
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 0.0625rem solid var(--border);
|
||||
margin: 2rem 0;
|
||||
}
|
||||
|
||||
.spec-grid {
|
||||
display: flex;
|
||||
|
||||
@@ -3,7 +3,7 @@ set -euo pipefail
|
||||
|
||||
# Paths — adjust if your layout changes
|
||||
GITEA_DIR="/gitea/gitea"
|
||||
BACKUP_DIR="/gitea-backups"
|
||||
BACKUP_DIR="/gitea/backups"
|
||||
CONTAINER="gitea"
|
||||
|
||||
mkdir -p "$BACKUP_DIR"
|
||||
|
||||
Reference in New Issue
Block a user