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;