mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-08 07:47:59 +00:00
Grid was truncated on Safari
This commit is contained in:
parent
d88632df62
commit
4f10e6ead2
1 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ SPDX-License-Identifier: Apache-2.0 -->
|
||||||
|
|
||||||
div[role="listbox"] {
|
div[role="listbox"] {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(9, 1fr);
|
grid-template-columns: repeat(9, 2.5em);
|
||||||
gap: 0;
|
gap: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -58,10 +58,10 @@ SPDX-License-Identifier: Apache-2.0 -->
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font: 30px "Noto Color Emoji";
|
font: 2em "Noto Color Emoji";
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
width: 30px;
|
width: 2em;
|
||||||
margin-inline-end: 16px;
|
padding: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue