fix
This commit is contained in:
parent
8f8025910e
commit
11c00946b5
|
@ -160,7 +160,6 @@ definePageMetadata(
|
|||
> .tl {
|
||||
background: none;
|
||||
border-radius: var(--radius);
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
&.min-width_800px {
|
||||
|
|
|
@ -127,7 +127,6 @@ definePageMetadata(
|
|||
> .tl {
|
||||
background: none;
|
||||
border-radius: var(--radius);
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
&.min-width_800px {
|
||||
|
|
|
@ -634,7 +634,7 @@ hr {
|
|||
}
|
||||
|
||||
: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)
|
||||
{
|
||||
box-shadow: 0 4px 25px rgba(0,0,0,0.04);
|
||||
|
|
Loading…
Reference in New Issue