Merge branch 'VM/RED-7930' into 'master'

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

Closes RED-7930

See merge request redactmanager/red-ui!192
This commit is contained in:
Dan Percic 2023-11-16 15:46:43 +01:00
commit 8b433d732f

View File

@ -1,4 +1,4 @@
<section *ngIf="state.file() as file" [class.fullscreen]="fullScreen">
<section *ngIf="state.file() as file">
<div class="page-header">
<div class="flex flex-1">
<redaction-view-switch></redaction-view-switch>