provide a hover class for smiley emojis which renders them slightly larger on compatible devices when you single them out for inspection
This commit is contained in:
@@ -312,3 +312,8 @@ code.inline-code {
|
||||
.overline {
|
||||
text-decoration: overline;
|
||||
}
|
||||
|
||||
img.smiley.emoji:hover {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
Reference in New Issue
Block a user