mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2025-01-19 08:12:49 +09:00
Reduced opacity on trending stories meta
This commit is contained in:
parent
103bd071e4
commit
65377668d7
@ -4024,12 +4024,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
.app-body .story__details__shared {
|
||||
color: var(--color-fg);
|
||||
}
|
||||
.app-body .story .story__details__publisher,
|
||||
.app-body .story .story__details__shared {
|
||||
.app-body .story :is(.story__details__publisher, .story__details__shared) {
|
||||
opacity: .7;
|
||||
transition: all .3s;
|
||||
}
|
||||
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
|
||||
color: var(--color-accent);
|
||||
opacity: 1;
|
||||
}
|
||||
.app-body .story.expanded {
|
||||
gap: 10px;
|
||||
|
@ -4024,12 +4024,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
.app-body .story__details__shared {
|
||||
color: var(--color-fg);
|
||||
}
|
||||
.app-body .story .story__details__publisher,
|
||||
.app-body .story .story__details__shared {
|
||||
.app-body .story :is(.story__details__publisher, .story__details__shared) {
|
||||
opacity: .7;
|
||||
transition: all .3s;
|
||||
}
|
||||
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
|
||||
color: var(--color-accent);
|
||||
opacity: 1;
|
||||
}
|
||||
.app-body .story.expanded {
|
||||
gap: 10px;
|
||||
|
@ -4024,12 +4024,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
.app-body .story__details__shared {
|
||||
color: var(--color-fg);
|
||||
}
|
||||
.app-body .story .story__details__publisher,
|
||||
.app-body .story .story__details__shared {
|
||||
.app-body .story :is(.story__details__publisher, .story__details__shared) {
|
||||
opacity: .7;
|
||||
transition: all .3s;
|
||||
}
|
||||
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
|
||||
color: var(--color-accent);
|
||||
opacity: 1;
|
||||
}
|
||||
.app-body .story.expanded {
|
||||
gap: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user