summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-12-19 05:02:00 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-12-19 05:02:00 +0100
commit74744bff867168d56eafba4baa3274f12a915cf4 (patch)
treeef6762357bd8bf0f7ba8353b063f8a9455eb5570
parentce033157477f915be2fe532e922c19a8ee9d2c17 (diff)
Update table styles
-rw-r--r--src/style.css4
1 files 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
+}