Adjusted margins on expanded link in Explore tab
This commit is contained in:
parent
e40dc4419e
commit
94f4f53cf6
3 changed files with 12 additions and 0 deletions
|
|
@ -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) {
|
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
}
|
}
|
||||||
|
.app-body .story.expanded {
|
||||||
|
gap: 10px;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
}
|
||||||
.app-body .story.expanded .story__thumbnail {
|
.app-body .story.expanded .story__thumbnail {
|
||||||
margin: 0 0 -25px;
|
margin: 0 0 -25px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
}
|
}
|
||||||
|
.app-body .story.expanded {
|
||||||
|
gap: 10px;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
}
|
||||||
.app-body .story.expanded .story__thumbnail {
|
.app-body .story.expanded .story__thumbnail {
|
||||||
margin: 0 0 -25px;
|
margin: 0 0 -25px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
}
|
}
|
||||||
|
.app-body .story.expanded {
|
||||||
|
gap: 10px;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
}
|
||||||
.app-body .story.expanded .story__thumbnail {
|
.app-body .story.expanded .story__thumbnail {
|
||||||
margin: 0 0 -25px;
|
margin: 0 0 -25px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue