mirror of
https://github.com/discourse/discourse.git
synced 2025-02-24 06:28:52 +00:00
FIX: Don't use transform for the emoji popup, it blurs it
This commit is contained in:
parent
bb21902954
commit
d7d88f816c
@ -9,11 +9,14 @@ body img.emoji {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emoji-modal {
|
.emoji-modal {
|
||||||
@include transform(translate(-50%, -50%));
|
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
width: 445px;
|
||||||
|
height: 264px;
|
||||||
|
margin-top: -132px;
|
||||||
|
margin-left: -222px;
|
||||||
background-color: dark-light-choose(#dadada, blend-primary-secondary(5%));
|
background-color: dark-light-choose(#dadada, blend-primary-secondary(5%));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user