Skip to content

Commit

Permalink
## [2.1.1] - 2018-02-09
Browse files Browse the repository at this point in the history
### Fixed
- Display of the third level menu
- Graphs occupy a full block
  • Loading branch information
tabuna committed Feb 9, 2018
1 parent 893ae3c commit e7d67f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion public/css/orchid.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/orchid.js": "/js/orchid.js?id=235d69d8f60fb00ca0ee",
"/css/orchid.css": "/css/orchid.css?id=39d49654574863f5e3df"
"/css/orchid.css": "/css/orchid.css?id=3b2ed35e2c57baf8609d"
}
1 change: 0 additions & 1 deletion resources/assets/sass/core/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ h3, .h3 {
.navi-wrap {
width: $app-aside-width + $scroll-bar-width;
//width: $app-aside-width - 100;
max-width: 100%;
position: relative;
height: 100%;
overflow-x: hidden;
Expand Down
15 changes: 4 additions & 11 deletions resources/assets/sass/core/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,6 @@
}
}
}
.aside-wrap {
.dropdown {
a {
&:hover,
&:focus {
color: inherit;
}
}
}
}
}

.aside-wrap-main {
Expand Down Expand Up @@ -345,6 +335,10 @@
a {
color: $brand-black;
padding-left: 20px;
&:hover,
&:focus {
color: inherit;
}
}
}
.dropdown-lvl {
Expand All @@ -355,7 +349,6 @@
margin-left: 795px;
}
}

}
}

Expand Down

0 comments on commit e7d67f1

Please sign in to comment.