mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 08:05:43 +08:00
IE11 fix for b73bd7f
This commit is contained in:
parent
9ba2c7cd8b
commit
9075789783
app/assets
@ -41,6 +41,7 @@
|
|||||||
uploadedAvatarTemplate=user.custom_avatar_template
|
uploadedAvatarTemplate=user.custom_avatar_template
|
||||||
uploadedAvatarId=user.custom_avatar_upload_id
|
uploadedAvatarId=user.custom_avatar_upload_id
|
||||||
uploading=uploading
|
uploading=uploading
|
||||||
|
class="avatar-uploader"
|
||||||
done=(action "uploadComplete")}}
|
done=(action "uploadComplete")}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -443,7 +443,7 @@
|
|||||||
-ms-grid-row: 1;
|
-ms-grid-row: 1;
|
||||||
-ms-grid-column: 2;
|
-ms-grid-column: 2;
|
||||||
}
|
}
|
||||||
button {
|
span.avatar-uploader {
|
||||||
-ms-grid-row: 1;
|
-ms-grid-row: 1;
|
||||||
-ms-grid-column: 3;
|
-ms-grid-column: 3;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user