🎨 数字列延迟

This commit is contained in:
Vanessa 2023-12-18 21:30:54 +08:00
parent 1d3d71295a
commit e10d403cce
2 changed files with 5 additions and 1 deletions

View file

@ -257,6 +257,10 @@
top: 5.5px;
}
.popover__block {
color: var(--b3-protyle-inline-blockref-color);
}
&[data-wrap="true"] {
white-space: pre-wrap;
}