Skip to content

Commit

Permalink
Align header.
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine committed Jan 9, 2025
1 parent 2af035b commit 11a99b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
@import '@wordpress/dataviews/build-style/style.css';

.subscribers--dataviews.main {
.navigation-header {
padding: 0 48px;
}
}
7 changes: 6 additions & 1 deletion client/my-sites/subscribers/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,12 @@ const SubscribersPage = ( {
sortTermChanged={ sortTermChanged }
>
<QueryMembershipsSettings siteId={ siteId ?? 0 } source="calypso" />
<Main wideLayout className="subscribers">
<Main
wideLayout
className={ `subscribers${
isEnabled( 'subscribers-dataviews' ) ? ' subscribers--dataviews' : ''
}` }
>
<DocumentHead title={ translate( 'Subscribers' ) } />

<SubscribersHeader
Expand Down

0 comments on commit 11a99b2

Please sign in to comment.