From dffac589885560ff89f3c3fc3695584f2bca0986 Mon Sep 17 00:00:00 2001 From: Szymon Porwolik Date: Thu, 20 Nov 2025 19:15:41 +0100 Subject: [PATCH] Fixed fonts to cover slashed 0 topic --- assets/css/bandmap_list.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/assets/css/bandmap_list.css b/assets/css/bandmap_list.css index 2b34b8b79..5ee5a46c5 100644 --- a/assets/css/bandmap_list.css +++ b/assets/css/bandmap_list.css @@ -152,11 +152,6 @@ tbody a { cursor: pointer !important; } -.spottable tbody tr td:nth-child(6) a { - text-decoration: underline !important; - cursor: pointer !important; -} - .spottable tbody tr td:nth-child(8) i:hover { opacity: 0.7; transform: scale(1.1); @@ -322,7 +317,8 @@ table tbody tr.cat-nearest-above td { .spottable { width: 100%; table-layout: fixed; - font-family: 'Courier New', Courier, 'Lucida Console', Monaco, monospace; + font-family: 'Consolas', 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Code', 'Droid Sans Mono', 'Source Code Pro', monospace; + font-variant-numeric: slashed-zero; font-size: calc(1rem - 2px); } @@ -381,6 +377,12 @@ table tbody tr.cat-nearest-above td { font-size: calc(1rem - 4px); } +/* Callsign columns (DX and Spotter) - larger font */ +.spottable td:nth-child(6), .spottable td:nth-child(12) { + font-size: calc(1rem - 2px); +} + +/* Continent columns (emoji font) */ .spottable td:nth-child(7), .spottable td:nth-child(13) { font-family: 'Segoe UI Emoji', 'Noto Color Emoji', 'Apple Color Emoji', Arial, sans-serif; overflow: hidden;