From 03bc93320de4fcfdc0e636f878aaf1a461610436 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 26 Jan 2020 23:40:30 -0800 Subject: Tweaks for top. --- nn.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/nn.css b/nn.css index ecf3b07e..c5eb3964 100644 --- a/nn.css +++ b/nn.css @@ -431,8 +431,8 @@ a span.icon>.fa { color: #bf0000 } -#nn-version-note { - font-size: .9em; +.nn-version-note { + font-size: .95em; } /* image */ @@ -460,12 +460,15 @@ video { /* table of Contents sidebar */ .toc2 { - padding: 1.25em 1em; display: flex; flex-direction: column; bottom: 0; } +body.toc2 { + align-items: flex-start; +} + nav.toc2 { overflow-y: auto; display: inline-block; @@ -474,6 +477,7 @@ nav.toc2 { position: fixed; top: 5em; bottom: 6.5em; + padding: 1.25em 1em; } @media screen and (maxwidth: 768px) { -- cgit v1.2.3-70-g09d2