Merge pull request #3459 from crazyserver/MOBILE-4081
MOBILE-4081 iframe: Fix top bar flex when no fullscreenmain
commit
bf5cf8bcb9
|
@ -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%; } }'
|
||||||
: '';
|
: '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue