This commit is contained in:
parent
275e8ef463
commit
16530dc4d8
6
assets/scss/partials.sidebar.scss
Normal file
6
assets/scss/partials.sidebar.scss
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#i18n-switch {
|
||||||
|
color: var(--body-text-color);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: var(--menu-icon-separation);
|
||||||
|
}
|
@ -1,4 +1,3 @@
|
|||||||
// layouts/partials/sidebar/left.html
|
|
||||||
<li class="menu-bottom-section">
|
<li class="menu-bottom-section">
|
||||||
<ol class="menu">
|
<ol class="menu">
|
||||||
{{- $currentLanguageCode := .Language.Lang -}}
|
{{- $currentLanguageCode := .Language.Lang -}}
|
||||||
@ -29,10 +28,4 @@
|
|||||||
</ol>
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
// assets/scss/partials/sidebar.scss
|
|
||||||
#i18n-switch {
|
|
||||||
color: var(--body-text-color);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: var(--menu-icon-separation);
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user