mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
🐛 Table of Contents takes too much space (#1607)
This commit is contained in:
@@ -3534,6 +3534,9 @@ body a, body button {
|
||||
.prose div.min-w-0.max-w-prose>*:first-child {
|
||||
margin-top: calc(var(--spacing) * 3);
|
||||
}
|
||||
#TableOfContents {
|
||||
max-width: 25vw;
|
||||
}
|
||||
.toc ul, .toc li {
|
||||
list-style-type: none;
|
||||
padding-inline: calc(var(--spacing) * 0);
|
||||
|
||||
@@ -59,6 +59,10 @@ body button {
|
||||
}
|
||||
|
||||
/* Table of Contents */
|
||||
#TableOfContents {
|
||||
max-width: 25vw;
|
||||
}
|
||||
|
||||
.toc ul,
|
||||
.toc li {
|
||||
@apply px-0 leading-snug list-none;
|
||||
|
||||
Reference in New Issue
Block a user