Skip to content
Snippets Groups Projects
Commit dde9689d authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Fixed: Anpassung searchbar an mobile Ansicht, kleine Änderung sidebar opener

parent b0eb929c
No related branches found
No related tags found
4 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1198Meta ger redesign,!1131Meta ger redesign
...@@ -213,23 +213,24 @@ div:hover>.searchbar-tooltip { ...@@ -213,23 +213,24 @@ div:hover>.searchbar-tooltip {
} }
} }
@media (min-width: @screen-sm-min) {
#research-bar {
position: fixed;
width: 100%;
}
#research-bar-placeholder {
height: 60px;
}
}
#research-bar { #research-bar {
position: fixed;
width: 100%;
padding: 10px 60px 0px 10px; padding: 10px 60px 0px 10px;
background-color: white; background-color: white;
border-bottom: 2px solid rgb(255, 128, 0); border-bottom: 2px solid rgb(255, 128, 0);
display: flex; display: flex;
justify-content: center; justify-content: center;
#header-searchbar {
margin-left: 10px;
}
@media (max-width: @screen-xs-max) { @media (max-width: @screen-xs-max) {
flex-direction: column; flex-direction: column;
padding-right: 10px; padding-right: 10px;
} }
}
#research-bar-placeholder {
height: 60px;
} }
\ No newline at end of file
...@@ -148,11 +148,11 @@ input#sideBarToggle:checked { ...@@ -148,11 +148,11 @@ input#sideBarToggle:checked {
label#openSidebar { label#openSidebar {
position: fixed; position: fixed;
top: 5px; top: 15px;
right: 20px; right: 20px;
z-index: 998; z-index: 998;
font-size: 36px; font-size: 36px;
line-height: 36px; line-height: 23px;
border-radius: 5px; border-radius: 5px;
color: grey; color: grey;
background-color: white; background-color: white;
......
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