fix lang selection on sticky-header

This commit is contained in:
Jonas Heinrich 2020-05-30 11:11:53 +02:00
parent 540498a0b2
commit 9989413cd5
2 changed files with 13 additions and 3 deletions

View file

@ -141,14 +141,20 @@ header:not(.sticky-header) .header-button-container {
}
.header-lang-small {
display: flex;
display: none;
flex-direction: row;
order: 1;
margin: 0 1rem;
display: none;
color: #333333;
}
header.sticky-header .header-lang-small {
display: flex;
order: 4;
margin-left: 2.5rem;
margin-right: -1rem;
}
.header-lang-small .icon {
margin-top: 0.05rem;
width: 1.5rem;
@ -217,6 +223,10 @@ header:not(.sticky-header) .header-button-container {
font-size: 14px;
}
header.sticky-header .header-lang {
display: none;
}
.header-lang li {
border-left: 1px solid #333333;
line-height: 1;