Untranslated lock icon (#568)

Sorry my OCD is kicking in... It's super weird that the base of the lock moves when we check / unckeck it. Instead, just the semi-circle shape should move (what this PR implements).
This commit is contained in:
Christopher Chedeau 2020-01-26 02:34:15 -08:00 committed by David Luzar
parent 61f301c3e0
commit 94e18bd8e4
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@
border-radius: var(--space-factor);
svg {
position: relative;
height: 1em;
}
}