client: Fix icon jumping on hover

This commit is contained in:
Elian Doran
2024-08-03 21:43:49 +03:00
parent 96aecf8544
commit 80289b8059

View File

@@ -20,6 +20,7 @@ const TPL = `
height: 100%; height: 100%;
position: relative; position: relative;
padding: 6px; padding: 6px;
border: 0;
} }
.global-menu-button > svg path { .global-menu-button > svg path {