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
6d2e4bef
Commit
6d2e4bef
authored
Oct 23, 2017
by
Karl Hasselbring
Browse files
Improved: Sidebar Design ohne Rand gilt jetzt auch für die Startseite
parent
4db85757
Changes
3
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/result-page.less
View file @
6d2e4bef
...
...
@@ -45,7 +45,7 @@ body {
}
}
#resultPageS
ideBar {
.s
ideBar {
border-left: none;
input#nav0:checked~& {
border-left: 1px solid LightGray;
...
...
resources/assets/less/metager/sidebar.less
View file @
6d2e4bef
...
...
@@ -10,7 +10,6 @@
overflow-y: auto;
transition: 0.3s;
z-index: 999;
border-left: 1px solid LightGray;
&>label {
position: fixed;
font-size: 36px;
...
...
@@ -34,19 +33,17 @@
color: blue;
}
}
}
.sideBar *:not(label) {
display: none;
}
input#nav0:checked~.sideBar {
right: 0px;
& * {
display: inline-block;
input#nav0:checked~& {
border-left: 1px solid LightGray;
right: 0px;
& * {
display: inline-block;
}
label:after {
content: "×";
}
}
*:not(label) {
display: none;
}
}
input#nav0:checked~.sideBar label:after {
content: "×";
}
\ No newline at end of file
resources/views/layouts/staticPages.blade.php
View file @
6d2e4bef
...
...
@@ -33,7 +33,7 @@
<header>
@yield('homeIcon')
</header>
@include('layouts.sidebar')
@include('layouts.sidebar'
, ['id' => 'staticPagesSideBar']
)
<div
class=
"wrapper"
>
<main
class=
"mg-panel container"
>
@if (isset($success))
...
...
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