mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
Merge branch 'main' into RC-79
This commit is contained in:
commit
1c14ada868
@ -87,6 +87,12 @@ onMounted(() => {
|
||||
.vp-footer {
|
||||
padding: 24px;
|
||||
}
|
||||
.vp-footer.has-sidebar {
|
||||
margin-left: calc(
|
||||
(100% - (var(--vp-layout-max-width) - 64px)) / 2 + var(--vp-sidebar-width) -
|
||||
32px
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user