fix: improve nearby search controls

This commit is contained in:
zv
2026-06-23 19:28:19 +02:00
parent 9e4ccab080
commit 8d18146d17
2 changed files with 41 additions and 37 deletions

View File

@@ -134,6 +134,23 @@ a {
line-height: 1.35;
}
.text-button {
min-height: auto;
border: 0;
background: transparent;
color: #0b6977;
padding: 0.15rem 0;
font-size: 0.82rem;
font-weight: 700;
}
.text-button:hover:not(:disabled) {
border-color: transparent;
background: transparent;
color: #174d44;
text-decoration: underline;
}
.field-note {
margin: 0;
}
@@ -200,24 +217,6 @@ a {
font-size: 0.8rem;
}
.suggestion-row {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
}
.suggestion-row button {
min-height: 32px;
padding: 0.35rem 0.55rem;
font-size: 0.82rem;
}
.suggestion-active {
border-color: #226a5d;
background: #e8f3ef;
color: #174d44;
}
.segmented-control {
display: grid;
grid-template-columns: 1fr 1fr;