From c2767c13a4c0b148f32c617882ced2848ea63e59 Mon Sep 17 00:00:00 2001 From: salmon Date: Mon, 15 Jul 2024 18:51:56 +0000 Subject: [PATCH] Move main menu to dropdown --- assets/scss/_community.scss | 3 +++ templates/pagenav.html | 33 ++++++++++++++++++--------------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/assets/scss/_community.scss b/assets/scss/_community.scss index 5844a39a..ab8bab06 100644 --- a/assets/scss/_community.scss +++ b/assets/scss/_community.scss @@ -203,3 +203,6 @@ img.story-portrait { } } +.nav_dropdown { + box-shadow: none !important; +} \ No newline at end of file diff --git a/templates/pagenav.html b/templates/pagenav.html index 077df735..f0f145e2 100644 --- a/templates/pagenav.html +++ b/templates/pagenav.html @@ -1,22 +1,25 @@
-
-
- +
- + \ No newline at end of file