Skip to content

Commit

Permalink
Increased GeckiumMaterial's modal max-width to 100vw
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbruni committed Nov 29, 2024
1 parent fe2428f commit cc5f76f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
max-width: 100vw;
max-height: 100vh;

.card {
--header-text-color: rgb(0, 0, 0, 86%);
Expand All @@ -34,7 +36,6 @@
}

min-width: 240px;
max-width: 640px;
border-radius: 4px;
transition: all 100ms ease-out;
box-shadow: var(--elevation-24);
Expand Down Expand Up @@ -104,6 +105,7 @@
letter-spacing: 0.2px;
font-weight: 400;
white-space: pre-wrap;
overflow-y: auto;
}

.footer {
Expand Down

0 comments on commit cc5f76f

Please sign in to comment.