From e6e2300a92a621297054271b2bf69cdf96d7d441 Mon Sep 17 00:00:00 2001 From: anarsec Date: Sun, 24 Nov 2024 11:43:25 -0500 Subject: [PATCH] nav reorganize --- themes/DeepThought/sass/deep-thought.sass | 12 +++++++----- themes/DeepThought/templates/base.html | 4 +++- .../templates/partials/language_switcher.html | 4 ++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/themes/DeepThought/sass/deep-thought.sass b/themes/DeepThought/sass/deep-thought.sass index b09eb02..4c2070c 100644 --- a/themes/DeepThought/sass/deep-thought.sass +++ b/themes/DeepThought/sass/deep-thought.sass @@ -582,21 +582,22 @@ a .menu-list a.is-active background-color: #AE3B8B -li.lang-switcher +.lang-switcher list-style: none cursor: pointer + padding: .5rem .75rem .lang-switcher .lang-switcher-icon - width: 1.25rem - height: 1.25rem - margin-top: 0.5rem .dropdown - padding: 0 + padding: .5rem .75rem .nav padding: .5rem .75rem +.nav-left + margin-left: 0 !important + .dropdown .dropdown-content text-align: center @@ -606,6 +607,7 @@ li.lang-switcher display: flex flex-direction: row right: 0 + top: 100% .dropdown-lang background-color: #f5f5f5 diff --git a/themes/DeepThought/templates/base.html b/themes/DeepThought/templates/base.html index 0ce125e..629f544 100644 --- a/themes/DeepThought/templates/base.html +++ b/themes/DeepThought/templates/base.html @@ -57,7 +57,7 @@