RM-67: File actions not available when in full screen mode

This commit is contained in:
Valentin Mihai 2023-11-16 22:55:26 +02:00
parent 85ce0ae315
commit a68eb42fd7

View File

@ -1,5 +1,5 @@
<ng-container *ngIf="state.dossier$ | async as dossier">
<section *ngIf="file$ | async as file" [class.fullscreen]="fullScreen">
<section *ngIf="file$ | async as file">
<div class="page-header">
<div class="flex flex-1">
<redaction-view-switch></redaction-view-switch>