Skip to content

Commit

Permalink
min 20% max 50%
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesferrazza committed May 12, 2020
1 parent 6e77f9b commit 5550f88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/javascript/components/navbar/ExamNavbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
}

.sidebar-expanded {
min-width: 500px;
max-width: 100%;
min-width: 20%;
max-width: 50%;
resize: horizontal;
overflow: auto;
}
Expand All @@ -39,7 +39,7 @@
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease-in-out;
transition: height 0.35s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
Expand Down

0 comments on commit 5550f88

Please sign in to comment.