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
2eff6d3b
Commit
2eff6d3b
authored
Feb 20, 2019
by
Dominik Hebeler
Browse files
Fixed padding of Foki-box
parent
72cb8dbe
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/resultpage/result-page.less
View file @
2eff6d3b
...
...
@@ -440,13 +440,13 @@ a {
max-width: @results-width-max;
background-color: white;
overflow-x: auto;
padding
-right: 16
px;
padding
: 8
px;
border-bottom: 1px solid #ccc;
@media (max-width: @screen-mobile) {
.card;
}
&>div {
padding
: 0px 10
px;
padding
-right: 16
px;
&>a {
color: black;
}
...
...
@@ -567,7 +567,6 @@ footer.resultPageFooter {
}
/* Searchbar Opener */
#research-bar>.sidebar-opener {
display: none;
margin-right: 10px;
...
...
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