Position image in upper left

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2020-02-17 18:41:32 -08:00
parent 55d1171ebd
commit 45300cacf5

View File

@ -242,7 +242,7 @@ button {
flex-grow: 1;
background-repeat: no-repeat;
background-size: contain;
background-position: 0%;
background-position: top left;
padding: 0;
margin: 0;
}
@ -344,4 +344,4 @@ button {
.Identities > div:first-child {
display:flex;
flex-direction:row;
}
}