Add code to prevent big SVG on load (#79)

This commit is contained in:
Simon M 2019-10-06 00:48:25 +02:00 committed by arkon
parent a6d6b1bb26
commit 3e2ab22031

View File

@ -163,6 +163,11 @@ export default {
margin-left: 0.5rem;
}
svg {
height: 1em;
width: 1em;
}
& + .action-button {
margin-left: 0.5rem;
}