MOBILE-4081 iframe: Fix top bar flex when no fullscreen
parent
0788664be6
commit
b7e869e60d
|
@ -200,7 +200,7 @@ export class CoreIframeComponent implements OnChanges, OnDestroy {
|
|||
// Done this way because of the shadow DOM.
|
||||
this.style.textContent = this.fullscreen
|
||||
? '@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%; } }'
|
||||
: '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue