From daa55e7f997aea22d0ba998363e78777cd453e6d Mon Sep 17 00:00:00 2001 From: CrawlingTug <83224884+CrawlingTug@users.noreply.github.com> Date: Fri, 6 Sep 2024 01:51:45 +0200 Subject: [PATCH] styling improvements --- src/components/MinecraftInventory/styles.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MinecraftInventory/styles.module.css b/src/components/MinecraftInventory/styles.module.css index 87cb8d7..fe62e55 100644 --- a/src/components/MinecraftInventory/styles.module.css +++ b/src/components/MinecraftInventory/styles.module.css @@ -38,7 +38,7 @@ color: #575757; /* Neue Schriftfarbe */ position: absolute; - top: 6px; + top: 4px; /* Mehr Abstand über dem Text */ left: 10px; /* Abstand vom linken Rand des Inventars */ @@ -115,7 +115,7 @@ /* Tooltip-Hintergrund */ color: #e7e7e7; /* Angepasste Textfarbe */ - padding: 6px 10px 6px 10px; + padding: 6px 10px 7px 10px; border-radius: 5px; border: 1px solid #300270; /* Tooltip-Rand */