From c06180ec0040ff38005da72eed6fcba5e15cdaa6 Mon Sep 17 00:00:00 2001 From: "stone-24tch3r (aider)" <100294019+stone-w4tch3r@users.noreply.github.com> Date: Fri, 27 Sep 2024 00:21:37 +0500 Subject: [PATCH] fix: update SEARCH/REPLACE block for front/html/styles.css --- front/html/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/front/html/styles.css b/front/html/styles.css index a113921..4e436a2 100644 --- a/front/html/styles.css +++ b/front/html/styles.css @@ -77,6 +77,7 @@ body { align-items: stretch; flex-direction: column; gap: 4px; + list-style-type: none; } } @@ -87,6 +88,12 @@ body { padding: 5px 10px; margin-left: 10px; cursor: pointer; + text-decoration: none; + display: inline-block; +} + +.topbar-nav-container li { + display: inline-block; } /* Main */