From bb63c097a3cb4b0fb4a3ac9ce031927816328613 Mon Sep 17 00:00:00 2001 From: ItsMuri <88394932+ItzMuri@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:15:04 +0200 Subject: [PATCH] Update main.css --- html/css/main.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/html/css/main.css b/html/css/main.css index 38de6c9f..3650a597 100644 --- a/html/css/main.css +++ b/html/css/main.css @@ -1260,6 +1260,22 @@ body { border-radius: 9px; opacity: 90%; } + .itemboxes-container { + height: 10.5rem; + min-width: 90rem; + max-width: 90rem; + width: fit-content; + position: absolute; + left: 47%; + bottom: 18%; + overflow: hidden; + } + #itembox-label { + position: absolute; + bottom: -20; + width: 100%; + height: 5%; + } } @media (width: 3360px) and (height: 1440px) {