Skip to content

Commit

Permalink
chore: set Studio v7 style according to view
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Nov 14, 2022
1 parent 139d4ce commit 7342efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/studio-app/studio-v7.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class StudioV7Component implements OnInit, OnDestroy {
'publisherEnvType': this._appAuthentication.appUser.partnerInfo.publisherEnvironmentType,
'updateView': (view: string) => {
this.currentView = view;
this.iframeHeight = view === 'list' ? '920px' : '100vh';
this.iframeHeight = view === 'list' ? '920px' : 'calc(100vh - 104px)';
}
};
this.studioUrl = serverConfig.externalApps.studioV7.uri;
Expand Down

0 comments on commit 7342efb

Please sign in to comment.