mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Removed the full width for posts with the member attribution flag
- Full width was part of the member attribution flag - It's messing with email clicks flag - Removing for both to make things easier refs https://github.com/TryGhost/Team/issues/1960
This commit is contained in:
parent
c6865ffe6c
commit
87a242bada
@ -123,8 +123,7 @@ export default class PostsRoute extends AuthenticatedRoute {
|
||||
|
||||
buildRouteInfoMetadata() {
|
||||
return {
|
||||
titleToken: 'Posts',
|
||||
mainClasses: this.feature.get('memberAttribution') ? ['gh-main-fullwidth'] : null
|
||||
titleToken: 'Posts'
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user