File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dialog[open] ~ * { filter:blur(var(--mini_EM)); }
1212dialog ::backdrop { background-color : rgb (var (--dark ) / var (--small )); cursor : not-allowed; }
1313dialog { 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; border-radius : var (--border_EM ); }
1414dialog > * { padding : var (--large_EM ); }
15- dialog > header : first-child { border-bottom : var (--border_EM ) solid color-mix (in srgb, currentColor 5% , inherit ); }
15+ dialog > header : first-child { border-bottom : var (--border_EM ) solid color-mix (in srgb, currentColor 5% , transparent ); }
1616dialog > [content ] { padding : 0em var (--large_EM ); margin : var (--large_EM ) 0em ; overflow : hidden auto; }
You can’t perform that action at this time.
0 commit comments