Small fixes to image uploaders

This commit is contained in:
Kris 2020-06-02 20:36:01 -04:00
parent 10e321a96f
commit 1b5a505930
2 changed files with 6 additions and 5 deletions

View File

@ -37,6 +37,9 @@
width: 100% !important; // !important overrides hard-coded mobile width of 68px
}
}
.image-uploader {
display: flex;
}
.uploaded-image-preview {
background-size: contain;
background-repeat: no-repeat;

View File

@ -140,17 +140,15 @@ table.group-members {
color: $primary;
}
.form-vertical {
.group-flair-inputs {
display: inline-block;
}
.group-flair-inputs {
display: inline-block;
.avatar-flair-preview {
position: relative;
width: 45px;
.avatar-wrapper {
background-color: #f4f4f4;
background-color: $primary-very-low;
}
}