mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Small fixes to image uploaders
This commit is contained in:
parent
10e321a96f
commit
1b5a505930
@ -37,6 +37,9 @@
|
|||||||
width: 100% !important; // !important overrides hard-coded mobile width of 68px
|
width: 100% !important; // !important overrides hard-coded mobile width of 68px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.image-uploader {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
.uploaded-image-preview {
|
.uploaded-image-preview {
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -140,17 +140,15 @@ table.group-members {
|
|||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-vertical {
|
|
||||||
.group-flair-inputs {
|
.group-flair-inputs {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
|
||||||
|
|
||||||
.avatar-flair-preview {
|
.avatar-flair-preview {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
|
|
||||||
.avatar-wrapper {
|
.avatar-wrapper {
|
||||||
background-color: #f4f4f4;
|
background-color: $primary-very-low;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user