mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 02:36:15 -04:00
fix: modal close button
This commit is contained in:
parent
0724efa574
commit
fc41088893
241 changed files with 477 additions and 477 deletions
|
@ -1,6 +1,6 @@
|
|||
@charset "UTF-8";
|
||||
/*!
|
||||
* Pico CSS ✨ v2.0.2 (https://picocss.com)
|
||||
* Pico CSS ✨ v2.0.3 (https://picocss.com)
|
||||
* Copyright 2019-2024 - Licensed under MIT
|
||||
*/
|
||||
/**
|
||||
|
@ -1974,7 +1974,6 @@ main {
|
|||
width: 100%;
|
||||
max-height: calc(100vh - var(--pico-spacing) * 2);
|
||||
margin: var(--pico-spacing);
|
||||
padding: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
|
@ -1993,6 +1992,7 @@ main {
|
|||
.pico dialog article > header :is(a, button)[rel=prev] {
|
||||
margin: 0;
|
||||
margin-left: var(--pico-spacing);
|
||||
padding: 0;
|
||||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue