Expanded image preview for the first Trending News item is now full-width.
This commit is contained in:
parent
a25137edf9
commit
b7a9375cde
4 changed files with 32 additions and 0 deletions
|
|
@ -2626,6 +2626,14 @@ body.layout-single-column {
|
|||
.layout-single-column .story:hover .story__details__shared {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.layout-single-column .story.expanded .story__thumbnail {
|
||||
margin: 0 0 -25px;
|
||||
}
|
||||
.layout-single-column .story.expanded .story__thumbnail img {
|
||||
width: calc(100% + 30px);
|
||||
margin: -15px -15px 0 -15px;
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
/* 🔍 Search field and search results */
|
||||
.layout-single-column .search {
|
||||
|
|
|
|||
|
|
@ -2626,6 +2626,14 @@ body.layout-single-column {
|
|||
.layout-single-column .story:hover .story__details__shared {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.layout-single-column .story.expanded .story__thumbnail {
|
||||
margin: 0 0 -25px;
|
||||
}
|
||||
.layout-single-column .story.expanded .story__thumbnail img {
|
||||
width: calc(100% + 30px);
|
||||
margin: -15px -15px 0 -15px;
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
/* 🔍 Search field and search results */
|
||||
.layout-single-column .search {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue