diff --git a/colrv1/grid.html b/colrv1/grid.html index 56060d9e1..abeefc36e 100644 --- a/colrv1/grid.html +++ b/colrv1/grid.html @@ -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; }