.root { display: inline-flex; vertical-align: text-bottom; width: var(--custom-emoji-size); height: var(--custom-emoji-size); position: relative; flex: 0 0 var(--custom-emoji-size); &.with-grid-fix .media, &.with-grid-fix .thumb { width: calc(100% + 1px) !important; height: calc(100% + 1px) !important; } canvas { display: block; } } .thumb { width: 100%; height: 100%; pointer-events: none; } .media { width: var(--custom-emoji-size) !important; height: var(--custom-emoji-size) !important; user-select: none !important; } .root, .media, .thumb { border-radius: var(--custom-emoji-border-radius) !important; } .highlight-catch { position: absolute; top: 0; left: 0; width: 100%; height: 100%; user-select: auto !important; z-index: 1; }