We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66381f8 commit 7e5b77bCopy full SHA for 7e5b77b
1 file changed
dialog.css
@@ -12,4 +12,5 @@ dialog[open] ~ * { filter:blur(var(--mini_EM)); }
12
dialog::backdrop { background-color:rgb(var(--dark) / var(--small)); cursor:not-allowed; }
13
dialog { z-index:1000; background-color:white; border:none; max-height:calc(100% - 3em); padding:0em; margin:auto; position:absolute; top:50%; bottom:50%; overflow:hidden; display:flex; flex-direction:column; }
14
dialog > * { padding:var(--large_EM); }
15
+dialog > header:first-child { border-bottom:var(--border_EM) solid color-mix(srgb in, currentColor 25%); }
16
dialog > [content] { padding:0em var(--large_EM); margin:var(--large_EM) 0em; overflow:hidden auto; }
0 commit comments