diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-27 16:39:09 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-27 16:39:28 +0100 |
| commit | f81ff82f2a07f87f6eb4f43de49ede64215519e5 (patch) | |
| tree | 67b4f9ef1c94184e2e1a9878c6feed8dc30ebcb3 /src/frontend/app/components/LineIcon.css | |
| parent | ef2df90ffb195edcddd701511dc5953c7baa63af (diff) | |
Refactor route planner to use new GraphQL backend
Diffstat (limited to 'src/frontend/app/components/LineIcon.css')
| -rw-r--r-- | src/frontend/app/components/LineIcon.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/frontend/app/components/LineIcon.css b/src/frontend/app/components/LineIcon.css index 448b5fd..a8a413c 100644 --- a/src/frontend/app/components/LineIcon.css +++ b/src/frontend/app/components/LineIcon.css @@ -127,18 +127,20 @@ } .line-icon-rounded { - display: block; - width: 4.25ch; + display: flex; + align-items: center; + justify-content: center; + min-width: 4.25ch; height: 4.25ch; box-sizing: border-box; background-color: var(--line-colour); color: var(--line-text-colour); - padding: 1.4ch 0.8ch; + padding: 0 0.8ch; text-align: center; - border-radius: 50%; + border-radius: 2.125ch; font: 600 13px / 1 monospace; letter-spacing: 0.05em; - text-wrap: nowrap; + white-space: nowrap; } |
