fixed language-selector on mobile

This commit is contained in:
antil0pa 2020-01-15 20:08:49 +01:00
parent 85a5661eb5
commit a749dc7933
1 changed files with 6 additions and 1 deletions

View File

@ -51,7 +51,6 @@
height: 48px;
text-align: left;
background: #50162D;
position: relative;
border: none;
float: right;
text-shadow: none;
@ -122,6 +121,12 @@
padding: 19px 15px;
}
.language-selector ul#langSelectorList {
position: absolute;
top: 50px;
right: 0;
}
.language-selector .btn i {
top: 40px;
right: 20px;