This commit is contained in:
parent
860a6db055
commit
3ae8e28661
1 changed files with 2 additions and 2 deletions
|
@ -136,13 +136,13 @@ iframe {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
i[emoji]::before {
|
i[data-emoji]::before {
|
||||||
content: attr('emoji');
|
content: attr('emoji');
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
i[emoji='{emoji}'] {
|
i[data-emoji='{emoji}'] {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue