fix
This commit is contained in:
parent
8f8025910e
commit
11c00946b5
|
@ -160,7 +160,6 @@ definePageMetadata(
|
||||||
> .tl {
|
> .tl {
|
||||||
background: none;
|
background: none;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
overflow: clip;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.min-width_800px {
|
&.min-width_800px {
|
||||||
|
|
|
@ -127,7 +127,6 @@ definePageMetadata(
|
||||||
> .tl {
|
> .tl {
|
||||||
background: none;
|
background: none;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
overflow: clip;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.min-width_800px {
|
&.min-width_800px {
|
||||||
|
|
|
@ -634,7 +634,7 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
:not(.noGap):not(._block) > {
|
:not(.noGap):not(._block) > {
|
||||||
.note-container, .cmuxhskf > section, ._gap > ._block, .noGap, .profile, .card {
|
.note-container, .cmuxhskf > section, ._gap > ._block, ._panel, .noGap, .profile, .card {
|
||||||
&:not(.caution)
|
&:not(.caution)
|
||||||
{
|
{
|
||||||
box-shadow: 0 4px 25px rgba(0,0,0,0.04);
|
box-shadow: 0 4px 25px rgba(0,0,0,0.04);
|
||||||
|
|
Loading…
Reference in New Issue