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

Fixed: Suchleiste scrollt jetzt wieder mit

Improved: Ergebnisabstand leicht verringert
parent 4cd2a31a
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
/* Ergebnis */
.result {
margin-top: 30px;
margin-bottom: 30px;
padding-bottom: 30px;
margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 20px;
width: 100%;
.result-title {
margin: 0px;
......
......@@ -264,6 +264,8 @@ div:hover>.searchbar-tooltip {
}
#research-bar {
position: fixed;
width: 100%;
padding: 10px 60px 0px 10px;
background-color: white;
border-bottom: 2px solid rgb(255, 128, 0);
......@@ -273,4 +275,12 @@ div:hover>.searchbar-tooltip {
flex-direction: column;
padding-right: 10px;
}
}
#research-bar-placeholder {
width: 100%;
height: 60px;
@media (max-width: @screen-xs-max) {
height: 141.6px;
}
}
\ No newline at end of file
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