emojos
This commit is contained in:
parent
6a70fed2e7
commit
4de929487e
1 changed files with 4 additions and 2 deletions
|
@ -196,7 +196,8 @@ function showMenu(ev) {
|
||||||
> .emojis {
|
> .emojis {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 32px;
|
bottom: 32px;
|
||||||
left: 35px;
|
left: 115px;
|
||||||
|
transform: scale(1.5);
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
@ -278,7 +279,8 @@ function showMenu(ev) {
|
||||||
backdrop-filter: var(--blur, blur(15px));
|
backdrop-filter: var(--blur, blur(15px));
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
width: 800px;
|
width: 35%;
|
||||||
|
left: 50%;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
|
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 900px) {
|
||||||
|
|
Loading…
Reference in a new issue