fix(toc): too wide when no related contents

This commit is contained in:
ZhenShuo Leo
2025-10-06 09:26:32 +08:00
parent d8ea1d81b5
commit 9b35cc2bae
3 changed files with 8 additions and 15 deletions

View File

@@ -66,10 +66,6 @@ button,
}
/* Table of Contents */
#TableOfContents {
@apply lg:max-w-[25vw];
}
#TOCView {
max-height: calc(100vh - 150px);
min-height: 0;