This commit is contained in:
parent
08a74e2f11
commit
9f43c96383
1 changed files with 6 additions and 2 deletions
|
@ -136,10 +136,14 @@ iframe {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-emoji]::before {
|
[data-emoji] {
|
||||||
content: attr(emoji);
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
min-width: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-emoji]::before {
|
||||||
|
content: attr(emoji);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
i[data-emoji='{emoji}'] {
|
i[data-emoji='{emoji}'] {
|
||||||
|
|
Loading…
Reference in a new issue