Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
f219c449
Commit
f219c449
authored
Feb 12, 2018
by
Karl Hasselbring
Browse files
Suchleiste verdeckt jetzt korrekt die Ränder der Ergebnisboxen.
Die mobile Ansicht ist jetzt wieder komplett flüssig
parent
2d48f182
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
f219c449
...
...
@@ -8,7 +8,8 @@ Homestead.yaml
.orig
.vscode
langfiles.zip
# The Files created by Gulp in the build process
# The Files created by webpack in the build process
/public/mix-manifest.json
/public/build
/public/js/lib.js
/public/js/scriptStartPage.js
...
...
public/mix-manifest.json
deleted
100644 → 0
View file @
2d48f182
{
"/css/themes/default.css"
:
"/css/themes/default.css?id=6098eddf62bab5891cb8"
,
"/css/beitritt.css"
:
"/css/beitritt.css?id=c595bec46361326dfbf2"
,
"/css/utility.css"
:
"/css/utility.css?id=85c3493ababe7e660284"
,
"/js/lib.js"
:
"/js/lib.js?id=18f3b7492c527b15f2e1"
,
"/js/scriptStartPage.js"
:
"/js/scriptStartPage.js?id=7c1289bf78f8169b2145"
,
"/js/scriptResultPage.js"
:
"/js/scriptResultPage.js?id=c503c31a8854b5ffdd82"
,
"/js/searchbar.js"
:
"/js/searchbar.js?id=4c39a2b171ae1f1ba681"
,
"/js/utility.js"
:
"/js/utility.js?id=13366a4c704a4fef198b"
}
\ No newline at end of file
resources/assets/less/metager/searchbar.less
View file @
f219c449
...
...
@@ -279,13 +279,14 @@ div:hover>.searchbar-tooltip {
}
header {
marg
in-left: 50px;
padd
in
g
-left: 50px;
padding-top: 10px;
padding: 10px 10px 0px 50px;
display: flex;
flex-direction: column;
position: fixed;
z-index: 100;
max-width: 7
0
0px;
max-width: 7
6
0px;
width: 100%;
background-color: inherit;
@media (max-width: 1070px) {
...
...
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