fix: adjust sizing of sidebar SVG to match Excalidraw UI
This commit is contained in:
+2
-4
@@ -182,11 +182,9 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app-actions-toggle svg {
|
.app-actions-toggle svg {
|
||||||
width: 1rem;
|
width: 1.125rem;
|
||||||
height: 1rem;
|
height: 1.125rem;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
transform: translateY(0.5px) scale(1.08);
|
|
||||||
transform-origin: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-button,
|
.primary-button,
|
||||||
|
|||||||
Reference in New Issue
Block a user