diff --git a/src/frontend/templates/mod.rs b/src/frontend/templates/mod.rs index 934b7cb..465d2f5 100644 --- a/src/frontend/templates/mod.rs +++ b/src/frontend/templates/mod.rs @@ -104,7 +104,7 @@ pub fn base(config: TemplateConfig, content: Markup) -> Markup { } } } - div { + div .d-flex.h-100.gap-1 { @for page_action in config.page_actions { (page_action) }