Skip to content

Commit

Permalink
Fix closing sidemenu issue. (kubernetes#5703)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSinner authored Dec 7, 2020
1 parent 1797c03 commit 6c50d0f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/app/frontend/chrome/nav/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
height: 100%;
width: $nav-width + 8px;

&.visible {
transition: width .3s;
}

&.hidden {
transition: width .2s;
width: 0;
}

.kd-nav {
background-color: transparent;
font-size: $body-font-size-base;
overflow-y: auto;
white-space: nowrap;

&.visible {
transition: width .3s;
}

&.hidden {
transition: width .2s;
width: 0;
}

.kd-nav-items {
padding: $content-padding 3px $content-padding $content-padding;

Expand Down

0 comments on commit 6c50d0f

Please sign in to comment.