Skip to content

Commit

Permalink
fix headlines in widescreen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
levito committed Mar 23, 2021
1 parent bdf4396 commit 6c61a7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/_content-wrap.less
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
vertical-align: baseline;
}

[data-article-id].cdm,
.cdm[data-article-id],
.hl {
position: relative;

Expand Down Expand Up @@ -201,7 +201,7 @@
}
}

[data-article-id].cdm,
.cdm[data-article-id],
.hl {
margin-bottom: -1px;
border: 1px solid @border-default;
Expand Down Expand Up @@ -333,7 +333,7 @@
}
}

#headlines-frame.wide .hl,
#headlines-frame[data-is-wide-screen=true] .hl,
.cdm.expanded .header,
.cdm.expandable.active .header {
flex-wrap: wrap;
Expand All @@ -358,7 +358,7 @@
}
}

#headlines-frame.wide {
#headlines-frame[data-is-wide-screen=true] {
.hl {
> .title {
margin-top: -@headline-height;
Expand Down

0 comments on commit 6c61a7c

Please sign in to comment.