Skip to content

Commit

Permalink
Allow side panel to grow within reason
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCornthwaiteKatalyst authored and sfnelson committed Jun 26, 2024
1 parent 2b7d7dd commit 46845ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/katalyst/kpop/_side_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
.kpop--frame.side-panel {
--opening-animation: slide-in-right;
--closing-animation: slide-out-right;
--min-width: 30dvw;
--max-width: 50dvw;
--min-width: 35dvw;
--max-width: calc(100dvw - 4rem);
--min-height: 100dvh;
--max-height: 100dvh;

Expand Down

0 comments on commit 46845ec

Please sign in to comment.