Vanessa 2026-01-10 16:04:52 +08:00
parent b973fed06b
commit 0a4c0c01fe
2 changed files with 19 additions and 6 deletions

View file

@ -238,6 +238,13 @@
border-radius: var(--b3-border-radius);
}
}
& > div[fold="1"][data-type="NodeHeading"]::before {
left: -6px;
height: 7px;
width: 7px;
margin-top: -4px;
}
}
&[style*="direction: rtl"] {
@ -633,18 +640,23 @@
div[fold="1"][data-type="NodeHeading"]::before {
content: "";
height: 16px !important;
height: 16px;
width: 16px;
background: var(--b3-theme-surface-lighter);
display: block;
position: absolute;
left: -18px !important;
top: 50% !important;
left: -18px;
top: 50%;
border-radius: var(--b3-border-radius-b);
margin-top: -8px;
border-left: 0 !important;
}
.bq > div[fold="1"][data-type="NodeHeading"]::before,
.callout-content > div[fold="1"][data-type="NodeHeading"]::before {
left: -26px;
}
[data-node-id][fold="1"]:not(.li):not([data-type="NodeHeading"]) {
@include mixin.text-clamp(1);
opacity: .38;