MOBILE-4081 iframe: Fix top bar flex when no fullscreen

main
Pau Ferrer Ocaña 2022-11-22 16:52:26 +01:00
parent 0788664be6
commit b7e869e60d
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ export class CoreIframeComponent implements OnChanges, OnDestroy {
// Done this way because of the shadow DOM. // Done this way because of the shadow DOM.
this.style.textContent = this.fullscreen this.style.textContent = this.fullscreen
? '@media screen and (orientation: landscape) {\ ? '@media screen and (orientation: landscape) {\
.toolbar-container { flex-direction: column-reverse !important; height: 100%; } }' .core-iframe-fullscreen .toolbar-container { flex-direction: column-reverse !important; height: 100%; } }'
: ''; : '';
} }