Emote styling
This commit is contained in:
parent
5ed34c149a
commit
b83e3c967d
|
@ -1,11 +1,18 @@
|
||||||
|
.bd-emote-outer {
|
||||||
|
display: inline-block;
|
||||||
|
height: 32px;
|
||||||
|
}
|
||||||
.bd-emote-outer.bd-is-emote {
|
.bd-emote-outer.bd-is-emote {
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
.bd-emotewrapper {
|
.bd-emotewrapper {
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
height: 32px;
|
||||||
|
margin: 0 .05em 0 .1em !important;
|
||||||
|
min-height: 22px;
|
||||||
|
min-width: 22px;
|
||||||
|
object-fit: contain;
|
||||||
|
vertical-align: -.4em;
|
||||||
max-height: 32px;
|
max-height: 32px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue