diff --git a/public/css/style.css b/public/css/style.css index e6c5cc0..e1d3a6e 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -302,19 +302,16 @@ header p { margin-bottom: 0.75rem; } -.section-actions-row { - display: block; - margin-bottom: 1.5rem; - padding-top: 1rem; - border-top: 1px solid var(--panel-border); +.banner-left { + display: flex; + align-items: center; + gap: 1.5rem; } -.section-actions { +.banner-actions { display: flex; - flex-wrap: nowrap; align-items: center; gap: 0.5rem; - justify-content: flex-start; } .action-btn { diff --git a/public/index.html b/public/index.html index 82de861..7e6934e 100644 --- a/public/index.html +++ b/public/index.html @@ -37,7 +37,14 @@