From c014d309d0d57301fadd9b76fef723feeb98daa1 Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 4 Apr 2022 19:28:17 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/css/layout.css | 4 +++ .../layouts/partials/structure/sidebar.html | 25 +------------------ .../partials/structure/sidebar_submenu.html | 24 ++++++++++++++++++ .../layouts/partials/structure/submenu.html | 22 +--------------- 4 files changed, 30 insertions(+), 45 deletions(-) create mode 100644 themes/buha/layouts/partials/structure/sidebar_submenu.html diff --git a/themes/buha/assets/css/layout.css b/themes/buha/assets/css/layout.css index 533a5d5e..eaf383a4 100644 --- a/themes/buha/assets/css/layout.css +++ b/themes/buha/assets/css/layout.css @@ -237,6 +237,10 @@ input, textarea { max-width: auto; } +.align_menu { + list-style: none; text-align: right; +} + /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) {...} diff --git a/themes/buha/layouts/partials/structure/sidebar.html b/themes/buha/layouts/partials/structure/sidebar.html index 79e95843..9cbbb46e 100644 --- a/themes/buha/layouts/partials/structure/sidebar.html +++ b/themes/buha/layouts/partials/structure/sidebar.html @@ -1,29 +1,6 @@ {{ $s := .Site.Params }}