From 68d2bae4e34403de0247268de60296efd62c8588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Thu, 10 Oct 2024 21:13:44 +0200 Subject: [PATCH] Fixed inconsistent sizing between link cards and author attribution footer --- TangerineUI-cherry.css | 3 ++- TangerineUI-lagoon.css | 3 ++- TangerineUI-purple.css | 3 ++- TangerineUI.css | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 149dbf8..c79baf6 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -8,7 +8,7 @@ /* 📄 Meta */ :root { - --version: "v2.1"; + --version: "v2.2"; --variant-name: "Cherry"; --variant-emoji: "\1F352\00A0"; @@ -3080,6 +3080,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu font-size: 12px; } .app-body .status-card:has(+ .more-from-author) { + box-sizing: border-box; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom: 0; diff --git a/TangerineUI-lagoon.css b/TangerineUI-lagoon.css index 4629330..4f79a73 100644 --- a/TangerineUI-lagoon.css +++ b/TangerineUI-lagoon.css @@ -8,7 +8,7 @@ /* 📄 Meta */ :root { - --version: "v2.1"; + --version: "v2.2"; --variant-name: "Lagoon"; --variant-emoji: "\1F420\00A0"; @@ -3080,6 +3080,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu font-size: 12px; } .app-body .status-card:has(+ .more-from-author) { + box-sizing: border-box; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom: 0; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 82d67f6..e054732 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -8,7 +8,7 @@ /* 📄 Meta */ :root { - --version: "v2.1"; + --version: "v2.2"; --variant-name: "Purple"; --variant-emoji: "\1FABB\00A0"; @@ -3080,6 +3080,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu font-size: 12px; } .app-body .status-card:has(+ .more-from-author) { + box-sizing: border-box; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom: 0; diff --git a/TangerineUI.css b/TangerineUI.css index 15bbcb8..2800a33 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -8,7 +8,7 @@ /* 📄 Meta */ :root { - --version: "v2.1"; + --version: "v2.2"; --variant-name: "Tangerine"; --variant-emoji: "\1F34A\00A0"; @@ -3080,6 +3080,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu font-size: 12px; } .app-body .status-card:has(+ .more-from-author) { + box-sizing: border-box; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom: 0;