pleroma/instance/static/static/big-emoji.css

10 lines
293 B
CSS

body .status-el .status-content img.emoji, body .status-el .status-content video.emoji {
width: 43px;
height: 43px;
transition: transform .2s ease;
}
body .status-el .status-content img.emoji:hover, body .status-el .status-content video.emoji:hover {
transform: scale(1.2);
}