From 37cfa53d397a7383b6e7bac6a24b043dc00912fe Mon Sep 17 00:00:00 2001 From: Heli-o Date: Sun, 7 Apr 2024 14:13:47 +0200 Subject: [PATCH] added witdth and height --- quartz/components/Homebar.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quartz/components/Homebar.tsx b/quartz/components/Homebar.tsx index d130ac6..6d8fe9e 100644 --- a/quartz/components/Homebar.tsx +++ b/quartz/components/Homebar.tsx @@ -29,6 +29,8 @@ Homebar.css = ` padding: 0.2rem 0.4rem; margin: 0.2rem 0.4rem; text-decoration: none; + width: fit-content; + height: fit-content; } .homebar > *:hover { background-color: rgba(100,100,100, 0.5);