Skip to content

Commit 57b3076

Browse files
committed
fix: modal close button
1 parent 506e82c commit 57b3076

237 files changed

Lines changed: 237 additions & 118 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css/pico.amber.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,6 +2337,7 @@ dialog article {
23372337
width: 100%;
23382338
max-height: calc(100vh - var(--pico-spacing) * 2);
23392339
margin: var(--pico-spacing);
2340+
padding: 0;
23402341
overflow: auto;
23412342
}
23422343
@media (min-width: 576px) {

css/pico.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.blue.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,6 +2337,7 @@ dialog article {
23372337
width: 100%;
23382338
max-height: calc(100vh - var(--pico-spacing) * 2);
23392339
margin: var(--pico-spacing);
2340+
padding: 0;
23402341
overflow: auto;
23412342
}
23422343
@media (min-width: 576px) {

css/pico.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.amber.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,6 +2011,7 @@ dialog article {
20112011
width: 100%;
20122012
max-height: calc(100vh - var(--pico-spacing) * 2);
20132013
margin: var(--pico-spacing);
2014+
padding: 0;
20142015
overflow: auto;
20152016
}
20162017
@media (min-width: 576px) {

css/pico.classless.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.blue.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,6 +2011,7 @@ dialog article {
20112011
width: 100%;
20122012
max-height: calc(100vh - var(--pico-spacing) * 2);
20132013
margin: var(--pico-spacing);
2014+
padding: 0;
20142015
overflow: auto;
20152016
}
20162017
@media (min-width: 576px) {

css/pico.classless.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.conditional.amber.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,6 +2011,7 @@ main {
20112011
width: 100%;
20122012
max-height: calc(100vh - var(--pico-spacing) * 2);
20132013
margin: var(--pico-spacing);
2014+
padding: 0;
20142015
overflow: auto;
20152016
}
20162017
@media (min-width: 576px) {

css/pico.classless.conditional.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)