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
5bfa888d
Commit
5bfa888d
authored
Feb 20, 2019
by
Dominik Hebeler
Browse files
Fixed margins of the result links
parent
05b1548d
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
5bfa888d
...
...
@@ -981,7 +981,7 @@ class MetaGer
$this
->
newtab
=
"_self"
;
}
if
(
$request
->
filled
(
"key"
)
&&
$request
->
input
(
'key'
)
===
getenv
(
"mainz_key"
))
{
$this
->
newtab
=
"_
top
"
;
$this
->
newtab
=
"_
blank
"
;
}
# Theme
$this
->
theme
=
preg_replace
(
"/[^[:alnum:][:space:]]/u"
,
''
,
$request
->
input
(
'theme'
,
'default'
));
...
...
resources/css/noheader.css
View file @
5bfa888d
...
...
@@ -6,10 +6,6 @@
display
:
none
;
}
.result-open-newtab
{
margin-left
:
0
!important
;
}
.sidebar-opener
{
display
:
none
;
}
\ No newline at end of file
resources/less/metager/pages/resultpage/result.less
View file @
5bfa888d
...
...
@@ -141,8 +141,8 @@
margin-top: 5px;
display: flex;
flex-wrap: wrap;
&>*
:not(:first-child)
{
margin-
lef
t: 20px;
&>* {
margin-
righ
t: 20px;
}
.result-open,
.result-open-newtab {
...
...
@@ -172,7 +172,6 @@
text-decoration: none;
}
white-space: nowrap;
margin-left: 25px;
img {
margin-bottom: 0px;
margin-right: 2px;
...
...
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