diff --git a/app/styles/ui.scss b/app/styles/ui.scss index 86cf3361d..f96f26aae 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -66,6 +66,12 @@ border-radius: 4px; padding: 2px; + > div { + display: flex; + align-items: center; + justify-content: center; + } + &:hover { background: var(--background-color); }