diff --git a/web/styles/banners.css b/web/styles/banners.css index f245e6852c..1662794fdb 100644 --- a/web/styles/banners.css +++ b/web/styles/banners.css @@ -63,6 +63,10 @@ gap: 0.5em; /* 8px at 16px/1em */ } +.banner-action-buttons:empty { + display: none; +} + .banner-close-button { display: flex; grid-area: banner-close-button; diff --git a/web/templates/components/banner.hbs b/web/templates/components/banner.hbs index e8062fd429..59d4f40ebc 100644 --- a/web/templates/components/banner.hbs +++ b/web/templates/components/banner.hbs @@ -9,6 +9,8 @@ {{#if buttons}} {{/if}}