fix(theme): fix sidebar's caret alignment issue with long text (#2599)

pull/2606/head
Aelita 1 year ago committed by GitHub
parent 66189c3f43
commit 01120a51d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -193,6 +193,7 @@ function onCaretClick() {
color: var(--vp-c-text-3);
cursor: pointer;
transition: color 0.25s;
flex-shrink: 0;
}
.item:hover .caret {

Loading…
Cancel
Save