Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
wemawema
Commits
057797c9
Commit
057797c9
authored
Oct 11, 2017
by
Luc Didry
Browse files
Put settings on top of the hamburger menu list
parent
b846e927
Pipeline
#25173
passed with stage
in 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
057797c9
...
...
@@ -17,6 +17,16 @@
</button>
<div
class=
"collapse navbar-collapse"
id=
"navbarsExampleDefault"
>
<ul
class=
"navbar-nav mr-auto"
>
<li
class=
"nav-item dropdown d-lg-none"
>
<a
class=
"nav-link dropdown-toggle"
href=
"#"
id=
"settings-dpdn"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Settings
</a>
<div
class=
"dropdown-menu"
aria-labelledby=
"settings-dpdn"
>
<a
class=
"dropdown-item"
href=
"#"
data-setting=
"hide-settings"
>
Home
</a>
<a
class=
"dropdown-item"
href=
"#"
data-setting=
"set-corner-shape"
>
Sticker shape
</a>
<a
class=
"dropdown-item"
href=
"#"
data-setting=
"set-colors"
>
Colors
</a>
<a
class=
"dropdown-item"
href=
"#"
data-setting=
"set-bg"
>
Background
</a>
<a
class=
"dropdown-item"
href=
"#"
data-setting=
"set-positions"
>
Positions and sizes
</a>
</div>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link get-source"
href=
"https://framagit.org/luc/wemawema"
>
Get the sources
</a>
</li>
...
...
@@ -33,16 +43,6 @@
<a
class=
"dropdown-item"
href=
"https://tipeee.com/fiat-tux"
>
Tipeee
</a>
</div>
</li>
<li
class=
"nav-item dropdown d-lg-none"
>
<a
class=
"nav-link dropdown-toggle"
href=
"#"
id=
"settings-dpdn"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Settings
</a>
<div
class=
"dropdown-menu"
aria-labelledby=
"settings-dpdn"
>
<a
class=
"dropdown-item"
href=
"#"
data-setting=
"hide-settings"
>
Home
</a>
<a
class=
"dropdown-item"
href=
"#"
data-setting=
"set-corner-shape"
>
Sticker shape
</a>
<a
class=
"dropdown-item"
href=
"#"
data-setting=
"set-colors"
>
Colors
</a>
<a
class=
"dropdown-item"
href=
"#"
data-setting=
"set-bg"
>
Background
</a>
<a
class=
"dropdown-item"
href=
"#"
data-setting=
"set-positions"
>
Positions and sizes
</a>
</div>
</li>
</ul>
</div>
</nav>
...
...
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