diff options
| author | Arne Rief <riearn@proton.me> | 2026-06-19 21:37:52 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2026-06-19 21:37:52 +0200 |
| commit | 4c82042f990ffd6c48e547cefb861a1f516b7b4f (patch) | |
| tree | 460694e92c0e70bd490f4aca8c5fba2efcfda496 /assets/css/search.css | |
| parent | 9bd9c28cae452b43b4fcece040d06728990c2c26 (diff) | |
Small design improvs for lang select & search
Diffstat (limited to 'assets/css/search.css')
| -rw-r--r-- | assets/css/search.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/css/search.css b/assets/css/search.css index 7b6feab..4ae0d1f 100644 --- a/assets/css/search.css +++ b/assets/css/search.css @@ -27,7 +27,12 @@ color: var(--text-color); font-size: var(--font-size-default); font-weight: bold; - padding: 0.1rem 0.5rem 0.3rem 0.5rem; + height: 2rem; + width: 2rem; + + display: inline-flex; + align-items: center; + justify-content: center; &:hover { background-color: var(--link-hover); |
