Skip to content
Snippets Groups Projects
Commit 4ced10e3 authored by Aria Givi's avatar Aria Givi
Browse files

optionen-dialog wird jetzt auf der ergebnisseite vernuenftig angezeigt

parent a2193ec4
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -9,6 +9,7 @@
border-radius: 5px 0px 0px 5px;
display: flex;
align-items: center;
position: relative;
&>button {
border: none;
......@@ -31,15 +32,12 @@
.search-option-frame {
display: none;
position: absolute;
top: 290px;
background-color: white;
top: 50px;
padding: 10px;
border: 1px solid rgb(175, 175, 175);
border-radius: 4px;
@media (max-width: @screen-xs-max) {
top: 160px;
}
.searchbar-options-arrow {
width: 0;
height: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment