1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-27 06:18:09 +09:00

Fixed inconsistent sizing between link cards and author attribution footer

This commit is contained in:
Niléane 2024-10-10 21:13:44 +02:00
parent 39e1dcf3c0
commit 68d2bae4e3
No known key found for this signature in database
4 changed files with 8 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;