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
9fb59f75
Commit
9fb59f75
authored
Dec 06, 2018
by
Dominik Hebeler
Browse files
Fixed Padding before first result. Lowert Padding in Foki Box
parent
1dda01d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/resultpage/result-page.less
View file @
9fb59f75
...
...
@@ -424,7 +424,7 @@ a {
-webkit-box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
overflow-x: visible;
padding:
10
px;
padding:
8
px;
@media (max-width: 700px) {
overflow-x: auto;
}
...
...
resources/less/metager/pages/resultpage/result.less
View file @
9fb59f75
...
...
@@ -5,6 +5,11 @@
@result-description-color: @color-black;
@result-image-border-color: @color-almost-white;
.result {
// Remove the margin from the first result because it already has margin from the grid ruleset
&:nth-child(1) {
margin-top: 0;
}
.card;
margin: @padding-small-default 0px;
padding: 8px 15px 5px 15px;
...
...
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