mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-05-01 12:38:12 +08:00
perf(theme): 优化无右侧边栏时文档宽度
This commit is contained in:
parent
9a64ee07bf
commit
27116d7071
@ -173,6 +173,10 @@ watch(
|
|||||||
max-width: 784px;
|
max-width: 784px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vp-doc-container:not(.has-sidebar.has-aside) .content {
|
||||||
|
max-width: 884px;
|
||||||
|
}
|
||||||
|
|
||||||
.vp-doc-container:not(.has-sidebar) .container {
|
.vp-doc-container:not(.has-sidebar) .container {
|
||||||
max-width: 1104px;
|
max-width: 1104px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -98,6 +98,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vp-doc > h1:first-of-type {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.vp-doc img {
|
.vp-doc img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user