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
8d808dcc
Commit
8d808dcc
authored
Dec 03, 2018
by
Dominik Hebeler
Browse files
FIxed another bug in the searchbar
parent
2fc9c40b
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/parts/searchbar.less
View file @
8d808dcc
...
...
@@ -127,9 +127,6 @@
background-color: transparent;
padding: 0;
height: 100%;
@media(max-width: @screen-mobile){
margin-right: 30px;
}
}
}
}
...
...
@@ -195,8 +192,13 @@
.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;
.search-submit button{
@media(max-width: @screen-mobile){
margin-right: 30px;
}
i.fa-search {
margin-top: 5px;
}
}
}
}
...
...
Write
Preview
Supports
Markdown
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