feature: AppBar clearance & Theming
This commit is contained in:
@@ -18,6 +18,15 @@ html, body {
|
||||
color: var(--mud-palette-text-primary);
|
||||
}
|
||||
|
||||
/* Main-content clearance for the fixed frosted-glass nav (.dd-nav). The nav is
|
||||
position:fixed (so content scrolls under its backdrop blur) and thus out of flow;
|
||||
in MainLayout's flex column the content would otherwise start at the top and slide
|
||||
under the bar. Pad the top by the shared --deepdrft-nav-height token so the clearance
|
||||
tracks the bar exactly across breakpoints. Replaces the old hardcoded MudBlazor pt-16. */
|
||||
.dd-main-content {
|
||||
padding-top: var(--deepdrft-nav-height, 88px);
|
||||
}
|
||||
|
||||
/* Ensure the theme wrapper fills the full viewport so no background gap shows. */
|
||||
.deepdrft-theme-dark,
|
||||
.deepdrft-theme-light {
|
||||
|
||||
Reference in New Issue
Block a user