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:
parent
39e1dcf3c0
commit
68d2bae4e3
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user