Skip to content
Snippets Groups Projects
Commit 60831fe6 authored by Phil Höfer's avatar Phil Höfer
Browse files

Merge branch...

Merge branch '785-navigationselemente-aus-der-mobilversion-der-ergebnisseite-entfernen' into 'development'

Resolve "Navigationselemente aus der Mobilversion der Ergebnisseite entfernen"

Closes #785

See merge request !1292
parents 99641336 0d0ca69d
No related branches found
No related tags found
1 merge request!1292Resolve "Navigationselemente aus der Mobilversion der Ergebnisseite entfernen"
...@@ -146,6 +146,9 @@ ...@@ -146,6 +146,9 @@
font-weight: normal; font-weight: normal;
flex-grow: 1; flex-grow: 1;
text-align: right; text-align: right;
@media (max-width: 499px) {
display: none;
}
} }
} }
&.ad .ad-label { &.ad .ad-label {
......
...@@ -174,6 +174,17 @@ ...@@ -174,6 +174,17 @@
} }
} }
.resultpage-searchbar {
.search-input-submit {
#search-lang,
#search-key {
@media (max-width: @screen-xs-max) {
display: none;
}
}
}
}
header:nth-child(1) { header:nth-child(1) {
@media (max-width: 1400px) { @media (max-width: 1400px) {
position: relative; position: relative;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment