Decrease media navigation bar height from 40px to 35px

This commit is contained in:
inference 2023-11-14 14:48:42 +00:00
parent 5597234794
commit 462c21ff2f
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -3,7 +3,7 @@
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 11.1.0-alpha.5 */
/* Version: 11.1.0-alpha.6 */
/* Body */
@ -256,7 +256,7 @@ strong {
.sidebar {
width: 100vw;
height: 40px;
height: 35px;
font-size: 12px;
line-height: 0%;
padding-top: 20px;