diff --git a/static/css/components/sidebar.css b/static/css/components/sidebar.css index bff3b4d..6a20067 100644 --- a/static/css/components/sidebar.css +++ b/static/css/components/sidebar.css @@ -16,7 +16,7 @@ align-items: center; } -.sidebar-add-feed { +.add-feed-button { background: none; border: none; color: var(--text-muted); @@ -26,7 +26,7 @@ transition: color 0.2s ease; } -.sidebar-add-feed:hover { +.add-feed-button:hover { color: var(--primary-red); } @@ -112,4 +112,4 @@ margin-left: 8px; min-width: 20px; text-align: center; -} \ No newline at end of file +} diff --git a/static/css/components/topbar.css b/static/css/components/topbar.css index 49c7e90..e7c63b3 100644 --- a/static/css/components/topbar.css +++ b/static/css/components/topbar.css @@ -3,8 +3,8 @@ background-color: var(--topbar-bg); color: white; padding: 0.5rem 1rem; - display: grid; - grid-template-columns: 1fr auto 1fr; + display: flex; + justify-content: space-between; align-items: center; margin-bottom: 1rem; } diff --git a/templates/index.html.tera b/templates/index.html.tera index 536d88b..fb9883c 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -38,9 +38,6 @@