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
7620153c
Commit
7620153c
authored
Mar 06, 2018
by
Karl Hasselbring
Browse files
Foki-Leiste hat jetzt bei allen Bildschirmgrößen eine korrekte Breite
parent
65c7f805
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/result-page.less
View file @
7620153c
...
...
@@ -4,13 +4,16 @@
@import "./result-saver.less";
@import "./result.less";
@import "./product.less";
@result-width: 700px;
@quicktip-width: 500px;
@results-margin-left: @resultpage-leftbox-big-screen-margin-left;
#header-logo {
z-index: 0;
padding-right: 10px;
h1 {
.logo;
margin: 0px;
font-size:
18
px;
font-size:
22
px;
display: inline-block;
}
}
...
...
@@ -311,9 +314,6 @@ a {
flex-direction: column;
}
@result-width: 700px;
@quicktip-width: 500px;
@results-margin-left: @resultpage-leftbox-big-screen-margin-left;
#resultpage-container {
width: @result-width + @quicktip-width;
align-self: left;
...
...
resources/assets/less/metager/searchbar.less
View file @
7620153c
...
...
@@ -257,6 +257,7 @@ header:nth-child(1) {
.scrollbox {
position: relative;
width: 100%;
max-width: @result-width;
.foki-scrollfade {
&-left,
&-right {
...
...
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