diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 20b8b98..d7b42da 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3522,6 +3522,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-color: var(--color-content-secondary-bg); color: var(--color-accent); border-bottom: 0; + display: flex; + justify-content: center; + transition: background .3s; + padding: 8px; } .app-body :is(.load-gap, .load-more):is(:active, :hover) { background-color: var(--color-accent-lines); diff --git a/TangerineUI-lagoon.css b/TangerineUI-lagoon.css index 757e8ad..4b1f9d7 100644 --- a/TangerineUI-lagoon.css +++ b/TangerineUI-lagoon.css @@ -3522,6 +3522,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-color: var(--color-content-secondary-bg); color: var(--color-accent); border-bottom: 0; + display: flex; + justify-content: center; + transition: background .3s; + padding: 8px; } .app-body :is(.load-gap, .load-more):is(:active, :hover) { background-color: var(--color-accent-lines); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index eb239f9..5a9aee6 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3522,6 +3522,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-color: var(--color-content-secondary-bg); color: var(--color-accent); border-bottom: 0; + display: flex; + justify-content: center; + transition: background .3s; + padding: 8px; } .app-body :is(.load-gap, .load-more):is(:active, :hover) { background-color: var(--color-accent-lines); diff --git a/TangerineUI.css b/TangerineUI.css index 51c02b0..b74c397 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3522,6 +3522,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-color: var(--color-content-secondary-bg); color: var(--color-accent); border-bottom: 0; + display: flex; + justify-content: center; + transition: background .3s; + padding: 8px; } .app-body :is(.load-gap, .load-more):is(:active, :hover) { background-color: var(--color-accent-lines);