fix(theme): fix the layout misalignment of the <VPButton /> fontawesome icon

This commit is contained in:
pengzhanbo 2025-10-17 13:12:35 +08:00
parent 6cd97bb4b8
commit 1471547bcd

View File

@ -152,6 +152,11 @@ function linkTo(e: Event) {
height: 1.2em;
}
.vp-button .button-content :deep(.vp-icon.fontawesome) {
width: initial;
height: initial;
}
.vp-button + .vp-button {
margin-left: 1em;
}