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
d265d108
Commit
d265d108
authored
Oct 04, 2018
by
Karl Hasselbring
Browse files
Metager Maps und App prominenter platziert, Platz auf Mobilgeräten eingespart
parent
1c349962
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
d265d108
...
...
@@ -180,6 +180,7 @@ input#sidebarToggle:checked {
@media (max-width: @screen-xs-max) {
.sidebar {
padding-top: 15px;
.sidebar-logo {
display: none;
}
...
...
resources/views/parts/sidebar.blade.php
View file @
d265d108
...
...
@@ -44,6 +44,19 @@
</a>
</li>
<hr>
<li>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
app
/")
}}"
tabindex=
"229"
>
<i
class=
"fa fa-mobile-alt"
aria-hidden=
"true"
></i>
<span>
@lang('sidebar.nav25')
</span>
</a>
</li>
<li>
<a
class=
"inlink"
href=
"https://maps.metager.de"
target=
"_blank"
tabindex=
"231"
>
<i
class=
"fa fa-map"
aria-hidden=
"true"
></i>
<span>
Maps.MetaGer.de
</span>
</a>
</li>
<hr>
<li
class=
"metager-dropdown"
>
<input
id=
"contactToggle"
class=
"sidebarCheckbox"
type=
"checkbox"
>
<label
for=
"contactToggle"
class=
"metager-dropdown-toggle navigation-element"
aria-haspopup=
"true"
id=
"navigationKontakt"
tabindex=
"219"
>
...
...
@@ -83,15 +96,9 @@
<li>
<a
href=
"{{ action('Assoziator@asso') }}"
tabindex=
"228"
>
{{ trans('sidebar.nav11') }}
</a>
</li>
<li>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
app
/")
}}"
tabindex=
"229"
>
@lang('sidebar.nav25')
</a>
</li>
<li>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
tips
/")
}}"
tabindex=
"230"
>
{{ trans('sidebar.titles.tips') }}
</a>
</li>
<li>
<a
class=
"inlink"
href=
"https://maps.metager.de"
target=
"_blank"
tabindex=
"231"
>
Maps.MetaGer.de
</a>
</li>
<li>
<a
class=
"outlink"
href=
"https://gitlab.metager3.de/open-source/MetaGer"
tabindex=
"232"
>
{{ trans('sidebar.nav24') }}
</a>
</li>
...
...
Write
Preview
Supports
Markdown
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