From fdcc1a33497e8a442573ef10e8af814f7e4420ab Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Mon, 14 Apr 2025 19:02:38 -0600 Subject: [PATCH] fixed minor visual bugs --- components/article/compose_view.php | 3 --- css/base.css | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/components/article/compose_view.php b/components/article/compose_view.php index 7221e62..cf73cbb 100644 --- a/components/article/compose_view.php +++ b/components/article/compose_view.php @@ -26,9 +26,6 @@ function compose_view($article_id = null)
' . (!empty($existing_markdown) ? form($article_id, $title, $excerpt, $existing_markdown, $tags) : form()) . ' ' . preview() . ' - '; - - $view .= preview() . '
'; diff --git a/css/base.css b/css/base.css index fe19731..8e3bdfc 100644 --- a/css/base.css +++ b/css/base.css @@ -103,6 +103,7 @@ nav { padding: 0; margin: 0; backdrop-filter: blur(50px); + z-index: 100; } nav ul { @@ -716,7 +717,7 @@ hr { } ::-webkit-scrollbar { - background-color: black; + background-color: transparent; border-radius: 18px; }