Skip to content
Snippets Groups Projects
Commit 8e8a4c4c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Fixed searchbar for mobile devices.

parent 7ac1013d
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,9 @@
background-color: transparent;
padding: 0;
height: 100%;
@media(max-width: @screen-mobile){
margin-right: 30px;
}
}
}
}
......@@ -192,6 +195,9 @@
.search-input input {
padding-right: 35px; // Makes it so the overlayed delete button does not hide the text belowF
}
.search-submit button i.fa-search {
margin-top: 5px;
}
}
}
......
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