Makko, the people-oriented static site generator made for blogging.

Merge branch 'main' of ssh://forge.starlightnet.work/Team/Makko

+12 -2
+12 -2
doc/blog/styles.css
··· 262 262 position: fixed; 263 263 left: 20px; 264 264 width: 300px; 265 - height: 100vh; 266 - overflow-y: auto; 265 + height: 80dvh; 266 + overflow-y: scroll; 267 267 padding: 15px; 268 268 z-index: 1000; 269 269 text-align: center; ··· 288 288 flex-direction: column; 289 289 justify-content: center; 290 290 align-items: center; 291 + } 292 + 293 + #toc-container.active { 294 + display: unset; 295 + max-width: fit-content; 296 + padding: 0px; 297 + padding-right: 12px; 298 + padding-top: 12px; 299 + max-height: 85dvh; 300 + box-shadow: 0px 0px 10px 10px rgba(0,0,0,50%); 291 301 } 292 302 293 303 #toc-toggle:hover {