mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 10:41:45 +08: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
|
||||
}
|
||||
}
|
||||
.image-uploader {
|
||||
display: flex;
|
||||
}
|
||||
.uploaded-image-preview {
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user