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 */
|
/* 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user