improve language select button

This commit is contained in:
Vri 🌈 2023-03-05 18:38:59 +01:00
parent 875f085e30
commit 4ad04a9c70
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -125,9 +125,10 @@
} }
#language-icon { #language-icon {
text-decoration: none; text-decoration: none;
padding-top: 1em; padding: 1em;
margin: -1em;
pointer-events: all; pointer-events: all;
&::after { /*&::after {
content: attr(data-page-lang); content: attr(data-page-lang);
position: absolute; position: absolute;
left: -4px; left: -4px;
@ -135,7 +136,7 @@
line-height: 1.5em; line-height: 1.5em;
bottom: 0; bottom: 0;
text-transform: uppercase; text-transform: uppercase;
} }*/
} }
#languages { #languages {
background-color: var(--background); background-color: var(--background);