mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
UX: Don't add padding bottom for emojis in composer preview
This commit is contained in:
parent
97c0fd0909
commit
0cc636f648
1 changed files with 3 additions and 0 deletions
|
@ -205,6 +205,9 @@
|
||||||
|
|
||||||
.d-editor-preview img {
|
.d-editor-preview img {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
&.emoji {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-editor-preview .image-wrapper {
|
.d-editor-preview .image-wrapper {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue