mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-07 15:27: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"] {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(9, 1fr);
|
||||
grid-template-columns: repeat(9, 2.5em);
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
|
@ -58,10 +58,10 @@ SPDX-License-Identifier: Apache-2.0 -->
|
|||
background: transparent;
|
||||
border: 0;
|
||||
cursor: pointer;
|
||||
font: 30px "Noto Color Emoji";
|
||||
font: 2em "Noto Color Emoji";
|
||||
min-width: 0;
|
||||
width: 30px;
|
||||
margin-inline-end: 16px;
|
||||
width: 2em;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue