fix hover-to-play emoji clipping

staging
multiple creatures 2019-05-17 10:19:16 -05:00
parent 75d114216e
commit dd021e8570
3 changed files with 8 additions and 0 deletions

View File

@ -556,6 +556,8 @@
height: 22px; height: 22px;
} }
.hoverplay:hover { padding-left: 22px }
h1 { h1 {
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;

View File

@ -212,6 +212,8 @@
height: 20px; height: 20px;
margin: -5px 0 0; margin: -5px 0 0;
} }
.hoverplay:hover { padding-left: 20px }
} }
.emoji-picker-dropdown { .emoji-picker-dropdown {

View File

@ -22,6 +22,8 @@
margin: -3px 0 0; margin: -3px 0 0;
} }
.hoverplay:hover { padding-left: 20px }
p, pre, blockquote { p, pre, blockquote {
margin-bottom: 20px; margin-bottom: 20px;
white-space: pre-wrap; white-space: pre-wrap;
@ -545,6 +547,8 @@
height: 24px; height: 24px;
margin: -1px 0 0; margin: -1px 0 0;
} }
.hoverplay:hover { padding-left: 24px }
} }
.video-player { .video-player {