Skip to content
GitLab
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
a4bf62b6
Commit
a4bf62b6
authored
Mar 07, 2019
by
Dominik Hebeler
Browse files
Optimized clickable area in navbar
parent
91be4d5a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/parts/sidebar.less
View file @
a4bf62b6
...
...
@@ -23,12 +23,12 @@
margin-left: -5px;
&>li {
width: 100%;
padding: 10px 0px;
&:hover {
background-color: @color-almost-white;
}
&>label,
&>a {
padding: 10px 0px;
&:focus {
outline: none;
}
...
...
@@ -116,7 +116,7 @@
&:checked {
&~.metager-dropdown-content {
max-height: 1000px;
padding:
5
px 0px 0px 0px;
padding:
0
px 0px 0px 0px;
}
&~label>.caret {
border-top: 0 solid;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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