Skip to content

Commit

Permalink
Reader: remove subscribe label in sidebar (#97076)
Browse files Browse the repository at this point in the history
* Reader: remove subscribe label in sidebar

* revert change - not needed
  • Loading branch information
eoigal authored and mehmoodak committed Dec 6, 2024
1 parent 50db057 commit 51f2679
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/reader/stream/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,10 @@
margin-bottom: 24px;
}

.reader-subscription-list-item .follow-button__label {
display: none;
}

@include breakpoint-deprecated( "<660px" ) {
margin: 24px 16px 0;

Expand Down
3 changes: 3 additions & 0 deletions client/reader/tag-stream/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@

.stream__two-column .stream__right-column {
margin-top: 0;
.reader-subscription-list-item .follow-button__label {
display: none;
}
}

.reader-sidebar-site_link {
Expand Down

0 comments on commit 51f2679

Please sign in to comment.