diff --git a/src/main/resources/static/werkator.css b/src/main/resources/static/werkator.css index 54ca7ed..0384486 100644 --- a/src/main/resources/static/werkator.css +++ b/src/main/resources/static/werkator.css @@ -58,7 +58,7 @@ h1 { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; font-size: h1 img { width: 32px; height: 32px; flex: none; } h1 .repo-name { color: var(--muted); font-size: 18px; font-weight: 400; align-self: flex-end; } /* the switcher takes the repository name's place and dresses like it: no box until hovered */ -h1 .repo-select { align-self: flex-end; margin-bottom: 3px; padding: 2px 4px; border: 1px solid transparent; border-radius: 6px; +h1 .repo-select { align-self: center; padding: 2px 4px; border: 1px solid transparent; border-radius: 6px; background: transparent; color: var(--muted); font: inherit; font-size: 18px; font-weight: 400; cursor: pointer; } h1 .repo-select:hover, h1 .repo-select:focus { border-color: var(--border); background: var(--panel); } h1 .repo-select option { color: var(--text); background: var(--panel); }