Skip to content
Snippets Groups Projects
Commit 57e74f1d authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Merge branch 'MetaGer-Redesign' of...

Merge branch 'MetaGer-Redesign' of https://gitlab.metager3.de/open-source/MetaGer into MetaGer-Redesign
parents 2aded200 fa43d26d
Branches
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
@zindex-dropdown: 1000; @zindex-dropdown: 1000;
@zindex-popover: 1060; @zindex-popover: 1060;
@zindex-tooltip: 1070; @zindex-tooltip: 1070;
@zindex-navbar-fixed: 1030; @zindex-navbar-fixed: 990;
@zindex-modal-background: 1040; @zindex-modal-background: 1040;
@zindex-modal: 1050; @zindex-modal: 1050;
......
...@@ -55,9 +55,9 @@ label#openSidebar { ...@@ -55,9 +55,9 @@ label#openSidebar {
& #metager-static-nav-list > li { & #metager-static-nav-list > li {
width: 100%; width: 100%;
padding-top: 10%; padding-top: 3%;
padding-bottom: 10%; padding-bottom: 3%;
border-bottom: 1px solid LightGray; border-top: 1px solid LightGray;
&:hover { &:hover {
background-color: @metager-navbar-toggle-hover-background-color; background-color: @metager-navbar-toggle-hover-background-color;
...@@ -152,18 +152,18 @@ label#openSidebar { ...@@ -152,18 +152,18 @@ label#openSidebar {
} }
@media (max-width: 979px) { @media (max-width: 979px) {
#metager-static-nav-list { .sideBar {
width: 100%; right: -90%;
overflow: hidden; width: 90%;
overflow: auto;
} }
#metager-static-nav-list:target { #metager-static-nav-list:target {
max-height: 1000px; max-height: 1000px;
} }
ul.metager-dropdown-menu { ul.metager-dropdown-menu {
position: inherit; position: inherit;
width: 100%; width: 100%;
border-radius: 0;
box-shadow: initial;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment