Grid was truncated on Safari

This commit is contained in:
Rod S 2022-01-15 13:55:53 -08:00
parent d88632df62
commit 4f10e6ead2

View file

@ -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;
} }