Skip to content

Commit

Permalink
Merge pull request #115 from FrameMuse/update-styles
Browse files Browse the repository at this point in the history
add variable `width` to layouts
  • Loading branch information
FrameMuse authored Apr 17, 2023
2 parents d6bd709 + 71c5110 commit d066e4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ copies or substantial portions of the Software.

height: 100%;
min-width: 20em;
width: var(--drawer-width, auto);
max-width: 50vw;

margin-left: auto;
Expand Down Expand Up @@ -69,6 +70,7 @@ copies or substantial portions of the Software.
border-radius: 1em;

min-width: 20em;
width: var(--popup-width, auto);
max-width: 75vw;

max-height: 90vh;
Expand Down

0 comments on commit d066e4f

Please sign in to comment.