Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export class UmbBodyLayoutElement extends LitElement {
:host([header-transparent]:not([main-no-padding])) #main:not(*[style='display: none'] + *) {
/* The following styling is only applied if the clear-header IS present,
the main-no-padding attribute is NOT present, and the header is NOT hidden */
padding-top: var(--uui-size-space-1);
padding-top: var(--uui-size-space-2);
}
:host([main-no-padding]) #main {
padding: 0;
Expand Down
Loading