Hover animation for home button.

Fix svg alignment in foreign objects.
This commit is contained in:
Paul
2021-08-03 15:37:19 +01:00
parent 9581a4df92
commit e1ffefe2ba
4 changed files with 27 additions and 3 deletions

View File

@@ -48,3 +48,7 @@ hr {
height: 1px;
flex-grow: 1;
}
foreignObject > svg {
vertical-align: top !important;
}