Remove emoji zoom

This commit is contained in:
Henry Jameson 2019-09-12 19:15:22 +03:00
parent 4f0195b05c
commit 0d8b68632b
6 changed files with 5 additions and 66 deletions

View file

@ -10,21 +10,6 @@
margin: 0 !important;
z-index: 1;
.zoom-portal {
position: fixed;
pointer-events: none;
width: 96px;
height: 96px;
font-size: 96px;
line-height: 96px;
z-index: 10;
img {
object-fit: contain;
width: 100%;
height: 100%;
}
}
.spam-mode {
padding: 7px;
line-height: normal;
@ -150,10 +135,6 @@
cursor: pointer;
&:hover {
opacity: 0
}
img {
object-fit: contain;
max-width: 100%;