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 {
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);