From 0ad4d06551e30e5cbfdb82ed0a706a765fca066d Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 19 Mar 2024 21:57:07 +0100 Subject: Some more styling fixes --- style.css | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/style.css b/style.css index 3b24172..b2c6d5b 100644 --- a/style.css +++ b/style.css @@ -74,6 +74,7 @@ footer svg { width: fit-content; max-width: calc(30vw - 32px); background-color: #fff; + line-break: anywhere; z-index: 42; } @@ -136,7 +137,7 @@ footer svg { stroke-linecap: round; stroke-linejoin: round; fill: none; - cursor: pointer; + cursor: pointer; } @media only screen and (max-width: 768px) { @@ -156,22 +157,24 @@ footer svg { display: none; } - .sidebar { - width: 100%; - height: 30vh; - flex-basis: 30vh; - } + .sidebar { + width: 100%; + height: 30vh; + flex-basis: 30vh; + border: none; + border-bottom: 2px solid #ddd; + } - .main .box { - max-width: 50vw; - } + .sidebar .inventory { + height: 100%; + width: 100%; + } - .sidebar { - border: none; - border-bottom: 2px solid #ddd; - } + .sidebar .box { + max-width: 90%; + } - .sidebar .box { - max-width: 100%; - } + .main .box { + max-width: 50vw; + } } -- cgit v1.2.3