made pagetoc wider

This commit is contained in:
Unisko PENG, 2023-03-28 21:56:26 +08:00
parent 756607e94d
commit 932ad827ca

View File

@ -16,7 +16,7 @@
}
.pagetoc {
position: fixed;
width: 200px;
width: 280px;
height: calc(100vh - var(--menu-bar-height) - 0.67em * 4);
overflow: auto;
}