Skip to content

Commit

Permalink
Allow primary field container to fill available space (#97081)
Browse files Browse the repository at this point in the history
* Allow primary field container to fill available space

* Remove old todo comments
  • Loading branch information
holdercp authored and mehmoodak committed Dec 6, 2024
1 parent ab0b5e5 commit 5a92df0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/reader/recent/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ body.is-reader-full-post {

.components-flex {
align-items: center;
flex-grow: 1;
}

.dataviews-view-list__media-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion client/reader/sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ body.is-section-reader {
margin-right: 8px;
}

/* @holdercp TODO: This can be removed once calypso/reader/stream/reader-list-followed-sites is removed */

.sidebar-streams__following-load-more {
color: var(--color-link);
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion client/reader/stream/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
line-height: 20px;
}
}
/* @holdercp TODO: This can be removed once calypso/reader/stream/reader-list-followed-sites is removed */

.sidebar-streams__following-load-more {
color: var(--color-neutral-100);
font-size: $font-body-small;
Expand Down

0 comments on commit 5a92df0

Please sign in to comment.