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
342e16cb
Commit
342e16cb
authored
Nov 21, 2017
by
Aria Givi
Browse files
tooltips gefixt
parent
57cabd6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/searchbar.less
View file @
342e16cb
...
...
@@ -128,18 +128,19 @@
padding: 5px 10px;
}
}
div:hover>& {
display: inline-block;
@media (max-width: @screen-xs-max) {
display: none;
}
}
}
@media (max-width: @screen-xs-max) {
flex-direction: column-reverse;
}
}
div:hover>.searchbar-tooltip {
display: inline-block;
@media (max-width: @screen-xs-max) {
display: none;
}
}
.startpage-searchbar {
>* {
border: 1px solid #aaa;
...
...
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