diff --git a/app/styles/front.module.css b/app/styles/front.module.css index 8fb6024b6..78b8866d5 100644 --- a/app/styles/front.module.css +++ b/app/styles/front.module.css @@ -147,9 +147,10 @@ font-size: var(--font-2xs); color: var(--color-text); background-color: var(--color-bg-higher); - border-radius: var(--radius-box); + border-radius: var(--radius-selector); width: max-content; - padding-inline: var(--s-2); + padding: 0 var(--s-2); + height: var(--selector-size); display: flex; gap: var(--s-1); padding: var(--s-0-5) var(--s-1-5);