diff --git a/inf.css b/inf.css index 196fba0..55a2a86 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 9.0.0.23 */ +/* Version: 9.0.1.24 */ /* Heading 1 */ @@ -202,9 +202,12 @@ strong { .sidebar { width: 100vw; - height: auto; - font-size: 0px; - padding-top: 5px; + height: 40px; + font-size: 12px; + line-height: 0%; + padding-top: 20px; + overflow: auto; + white-space: nowrap; } .sidebar div { @@ -245,6 +248,7 @@ strong { } body { + padding-top: 80px; margin: 15px; }