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
4544794b
Commit
4544794b
authored
Sep 18, 2017
by
Aria Givi
Browse files
sidebar sidebart endlich
parent
1bf48266
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/staticPages.blade.php
View file @
4544794b
...
...
@@ -33,11 +33,38 @@
<header>
@yield('homeIcon')
<style>
.sideBar
{
position
:
fixed
;
right
:
-160px
;
top
:
0
;
width
:
200px
;
height
:
100%
;
background
:
#ffffff
;
overflow
:
hidden
;
overflow-y
:
auto
;
transition
:
0.5s
;
z-index
:
100005
;}
<style>
.sideBar
{
position
:
fixed
;
right
:
-160px
;
top
:
0
;
width
:
200px
;
height
:
100%
;
background
:
#FFFFFF
;
overflow
:
hidden
;
overflow-y
:
auto
;
transition
:
0.5s
;
z-index
:
100005
;
border-left
:
1px
solid
black
;
}
input
#nav0
:checked
~
.sideBar
{
right
:
0px
;
}
.sideBar
label
{
cursor
:
pointer
;
position
:
fixed
;
top
:
2%
;
right
:
1%
;
font-size
:
36px
;
}
</style>
<input
name=
"nav"
id=
"nav0"
style=
"display:none;"
class=
"nav0"
checked=
""
type=
"radio
"
>
<input
name=
"nav"
id=
"nav0"
style=
"display:
none;"
type=
"checkbox
"
>
<div
class=
"sideBar"
>
<label
for=
"nav0"
><
a
href=
"#"
><i
class=
"fa fa-bars fa-lg"
style=
"position:fixed; top:2%; right:1%;"
aria-hidden=
"true"
></i></a
></label>
<label
for=
"nav0"
><
i>
≡
</i
></label>
</div>
</header>
...
...
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