fix: adjust sizing of sidebar SVG to match Excalidraw UI

This commit is contained in:
ruinivist
2026-05-30 20:31:46 +00:00
parent 8630492b44
commit e576ca7d2d
+2 -4
View File
@@ -182,11 +182,9 @@ input {
}
.app-actions-toggle svg {
width: 1rem;
height: 1rem;
width: 1.125rem;
height: 1.125rem;
overflow: visible;
transform: translateY(0.5px) scale(1.08);
transform-origin: center;
}
.primary-button,