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
e84d2733
Commit
e84d2733
authored
Mar 08, 2019
by
Dominik Hebeler
Browse files
removed jumping of research bar
parent
47fbff77
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/resultpage/result-page.less
View file @
e84d2733
...
...
@@ -332,6 +332,7 @@ a {
#resultpage-container {
margin: @padding-small-default;
margin-top: 0;
display: grid;
grid-template-columns: minmax(0px, 150px) @results-width-max @additions-width-max;
grid-template-areas: "whitespace searchbar ." "whitespace foki ." "whitespace options ." "whitespace results additions" "whitespace footer .";
...
...
@@ -346,6 +347,9 @@ a {
}
#research-bar-container {
grid-area: searchbar;
padding-top: @padding-small-default;
background-color: white;
box-shadow: 0px 1px 3px 2px white, 1px 0px 1px 2px white;
position: sticky;
}
#foki {
...
...
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