Fix media element for small displays

This commit is contained in:
inference 2023-11-16 21:57:27 +00:00
parent 395245bd92
commit 0029108fdc
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS */ /* Inferencium - Website - CSS */
/* Version: 11.1.1-alpha.1 */ /* Version: 11.1.1-alpha.2 */
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
@ -257,7 +257,7 @@ strong {
overflow-x: scroll; overflow-x: scroll;
} }
nav { .nav-bar {
width: 100vw; width: 100vw;
height: 35px; height: 35px;
font-size: 12px; font-size: 12px;
@ -267,12 +267,12 @@ strong {
white-space: nowrap; white-space: nowrap;
} }
nav div { .nav-bar div {
font-size: min(max(7vw, 20px), 30px); font-size: min(max(7vw, 20px), 30px);
display: inline-block; display: inline-block;
} }
nav img, nav .title { .nav-bar img, .nav-bar .title {
display: none; display: none;
} }