From 74744bff867168d56eafba4baa3274f12a915cf4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 19 Dec 2025 05:02:00 +0100 Subject: Update table styles --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index ae908ba..168c8bb 100644 --- a/src/style.css +++ b/src/style.css @@ -646,7 +646,7 @@ div .country-table:not(:first-child) { border-radius: 0 0 0 16px; } -.country-table tr:last-child td:last-child { +.country-table tr:last-child td:last-child:not(:first-child) { border-radius: 0 0 16px 0; } @@ -898,4 +898,4 @@ div .country-table:not(:first-child) { .translation { opacity: 50%; -} \ No newline at end of file +} -- cgit v1.2.3