diff --git a/assets/scss/partials/sidebar.scss b/assets/scss/partials/sidebar.scss index 15c83da..ece02b8 100644 --- a/assets/scss/partials/sidebar.scss +++ b/assets/scss/partials/sidebar.scss @@ -125,9 +125,10 @@ } #language-icon { text-decoration: none; - padding-top: 1em; + padding: 1em; + margin: -1em; pointer-events: all; - &::after { + /*&::after { content: attr(data-page-lang); position: absolute; left: -4px; @@ -135,7 +136,7 @@ line-height: 1.5em; bottom: 0; text-transform: uppercase; - } + }*/ } #languages { background-color: var(--background);