Skip to content

Commit

Permalink
Improve side nav top panel
Browse files Browse the repository at this point in the history
  • Loading branch information
KlapTrap committed Apr 26, 2019
1 parent 771aa11 commit d975d85
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $icon-nav-width: 50px;
&-inner {
display: flex;
flex: 1;
padding: 5px;
padding: 0 3px 0 10px;
}
}
&__items {
Expand Down Expand Up @@ -62,6 +62,7 @@ $icon-nav-width: 50px;
&__logo {
align-items: center;
display: flex;
justify-content: center;
position: relative;
width: 100%;
&-text {
Expand Down Expand Up @@ -131,6 +132,9 @@ $transition-delay: .5s;
&__top-inner {
overflow-x: hidden;
}
&__top-inner {
padding: 0;
}
&__top {
width: $icon-nav-width;
}
Expand All @@ -157,6 +161,9 @@ $transition-delay: .5s;
&__copyright-icon {
width: auto;
}
&__logo-text {
display: none;
}
}
// This will allow hover nav
// &:hover {
Expand Down

0 comments on commit d975d85

Please sign in to comment.