Adjusted margins on expanded link in Explore tab

This commit is contained in:
Niléane 2023-11-24 17:53:37 +01:00
commit 94f4f53cf6
No known key found for this signature in database
3 changed files with 12 additions and 0 deletions

View file

@ -3040,6 +3040,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
color: var(--color-accent);
}
.app-body .story.expanded {
gap: 10px;
padding-bottom: 20px;
}
.app-body .story.expanded .story__thumbnail {
margin: 0 0 -25px;
}

View file

@ -3040,6 +3040,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
color: var(--color-accent);
}
.app-body .story.expanded {
gap: 10px;
padding-bottom: 20px;
}
.app-body .story.expanded .story__thumbnail {
margin: 0 0 -25px;
}

View file

@ -3040,6 +3040,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
color: var(--color-accent);
}
.app-body .story.expanded {
gap: 10px;
padding-bottom: 20px;
}
.app-body .story.expanded .story__thumbnail {
margin: 0 0 -25px;
}