Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
8e8a4c4c
Commit
8e8a4c4c
authored
Dec 03, 2018
by
Dominik Hebeler
Browse files
Fixed searchbar for mobile devices.
parent
7ac1013d
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/parts/searchbar.less
View file @
8e8a4c4c
...
...
@@ -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;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment