Fix sidebar on small displays.
This commit is contained in:
parent
4328c22628
commit
68cd2852e3
12
inf.css
12
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user