[bootsier] Añade plantilla estándar propia

This commit is contained in:
Manuel Cillero 2025-11-30 10:53:49 +01:00
parent 9f79e4179a
commit ec3ad42e24
4 changed files with 55 additions and 13 deletions

View file

@ -95,7 +95,7 @@ impl Extension for SuperMenu {
})),
));
InRegion::Named("header").add(Child::with(
InRegion::Global(&DefaultRegion::Header).add(Child::with(
Container::new()
.with_width(container::Width::FluidMax(UnitValue::RelRem(75.0)))
.add_child(navbar_menu),