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 Dec 4, 2024
1 parent 1d51f5e commit a594f93
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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
1 change: 0 additions & 1 deletion client/state/reader-ui/sidebar/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export function toggleReaderSidebarFollowing() {
* @returns The action object to dispatch.
*/
export function selectSidebarRecentSite( { feedId } ) {
// @holdercp TODO: Determine if tracking is needed here
return {
type: READER_SIDEBAR_SELECT_RECENT_SITE,
feedId,
Expand Down

0 comments on commit a594f93

Please sign in to comment.