Skip to content

Commit

Permalink
Reader: fix style in tags page sidebar (#97415)
Browse files Browse the repository at this point in the history
* Reader: fix style in tags page sidebar

* fix horizontal line too
  • Loading branch information
eoigal authored Dec 12, 2024
1 parent a21f4a9 commit 4647463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion client/reader/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ body.is-section-reader {
position: relative;
left: calc(-1 * (100vw - 100%)/2 - 132px);
margin: 24px 0;
width: 100vw;
width: 110vw;
height: 1px;
background: var(--color-border-secondary);
}
Expand Down
10 changes: 0 additions & 10 deletions client/reader/tag-stream/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,6 @@

// Tag page only shows site titles in the sidebar, so spacing needs to be tighter
.tag-stream__main {
.stream__two-column .reader__content::before {
content: "";
background-color: #e9e9ea;
position: absolute;
right: -56px;
top: 0;
height: calc(100% + 180px);
margin-top: -200px;
width: 1px;
}

.stream__two-column .stream__right-column {
margin-top: 0;
Expand Down

0 comments on commit 4647463

Please sign in to comment.