templates/page: fix language switcher on mobile

This commit is contained in:
Antoine Martin 2024-06-21 13:01:28 -04:00
parent 4aa8370ec3
commit 8f7564c20d
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 28 additions and 23 deletions

View file

@ -440,9 +440,9 @@ header h1::before {
/* Language switchers */
#language-switcher-top {
position: relative;
margin-top: 7px;
.language-switcher-top {
display: block;
padding-top: 9px;
width: 120px; /* Force size to prevent overflowing breadcrumbs */
height: 35px;
z-index: 5;
@ -507,7 +507,6 @@ header h1::before {
.current-language {
border: 1px solid transparent;
background: url(wikiicons/languages.png) no-repeat 92px 9px;
}
.other-languages li {