Home button fixed

It is now an icon in the middle of the button instead of a unicode
number
This commit is contained in:
2026-05-28 17:27:36 +02:00
parent b9354f77b6
commit 778c112dd4
2 changed files with 24 additions and 2 deletions

View File

@@ -49,6 +49,18 @@
text-align: left;
}
.home {
display: flex;
justify-content: center;
}
.home-svg {
width: 24px;
height: 24px;
vertical-align: middle;
margin-right: 8px;
}
&.user { width: 220px; background: darken($color-sidebar, 6%); }
}