fix(explorer): unify header and dark mode theme with global standard

This commit is contained in:
oib
2026-02-27 12:09:11 +01:00
parent df726f9ccb
commit 8587a9f2b5
4 changed files with 38 additions and 1 deletions

View File

@@ -373,3 +373,8 @@
color: rgba(244, 246, 251, 0.7);
font-size: 0.9rem;
}
/* Global Header spacing fix */
.page {
margin-top: 80px; /* Make space for the fixed global header */
}