mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
chore: update toc margin bottom
This commit is contained in:
parent
c6e3373c10
commit
818b98fcf1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const filteredHeadings = headings.filter(heading =>
|
|||
// TOC Container
|
||||
<div
|
||||
id="toc-container"
|
||||
class="mb-4 uno-round-border bg-secondary/5 2xl:(fixed left-0 top-43.5 max-w-[min(calc(50vw-38rem),13rem)] border-none bg-secondary/0)"
|
||||
class="mb-6 uno-round-border bg-secondary/5 2xl:(fixed left-0 top-43.5 max-w-[min(calc(50vw-38rem),13rem)] border-none bg-secondary/0)"
|
||||
>
|
||||
{/* Hidden Checkbox */}
|
||||
<input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue