added witdth and height

This commit is contained in:
Heli-o 2024-04-07 14:13:47 +02:00
parent 3195781247
commit 37cfa53d39

View file

@ -29,6 +29,8 @@ Homebar.css = `
padding: 0.2rem 0.4rem; padding: 0.2rem 0.4rem;
margin: 0.2rem 0.4rem; margin: 0.2rem 0.4rem;
text-decoration: none; text-decoration: none;
width: fit-content;
height: fit-content;
} }
.homebar > *:hover { .homebar > *:hover {
background-color: rgba(100,100,100, 0.5); background-color: rgba(100,100,100, 0.5);