mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
fix(theme): fix the layout misalignment of the <VPButton /> fontawesome icon
This commit is contained in:
parent
6cd97bb4b8
commit
1471547bcd
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user