replace line-height with max-height for logo to avoid squashing

This commit is contained in:
Johannes Zellner
2025-12-01 16:47:40 +01:00
parent 76a3f4e86c
commit 48bf73de80
+1 -1
View File
@@ -416,7 +416,7 @@ onMounted(async () => {
padding-left: 10px;
max-width: 300px;
overflow: hidden;
line-height: 55px;
min-height: 55px;
}
.sidebar-list {