mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
fix(plugin-md-power): incorrect tabs styles (#412)
This commit is contained in:
parent
71aea89792
commit
756cc54e80
@ -202,11 +202,11 @@ function onTabNavClick(index: number): void {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.vp-doc .vp-tab :nth-child(2) {
|
||||
.vp-doc .vp-tab > :nth-child(2) {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.vp-doc .vp-tab :last-child {
|
||||
.vp-doc .vp-tab > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user