Fix sidebar on small displays.

This commit is contained in:
inference 2023-03-22 18:25:09 +00:00
parent 4328c22628
commit 68cd2852e3
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

12
inf.css
View File

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