Tweak options cell to be pixel perfect

This commit is contained in:
Andrew Kingston 2022-11-25 10:17:03 +00:00
parent 4e3400eb7f
commit e40e82fd5f
1 changed files with 4 additions and 1 deletions

View File

@ -131,9 +131,12 @@
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 8px;
gap: 4px;
background-color: var(--spectrum-global-color-gray-50);
}
.option:first-child {
flex: 0 0 31px;
}
.option:hover {
background-color: var(--spectrum-global-color-gray-100);
}