From 275e8ef463fc010e61fda30627e749e137d04385 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 22 May 2025 19:35:14 +0000 Subject: [PATCH] Add custom language button --- layouts/partials/sidebar/left.html | 38 ++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 layouts/partials/sidebar/left.html diff --git a/layouts/partials/sidebar/left.html b/layouts/partials/sidebar/left.html new file mode 100644 index 0000000..4e6191f --- /dev/null +++ b/layouts/partials/sidebar/left.html @@ -0,0 +1,38 @@ +// layouts/partials/sidebar/left.html + + +// assets/scss/partials/sidebar.scss +#i18n-switch { + color: var(--body-text-color); + display: flex; + align-items: center; + gap: var(--menu-icon-separation); +}