|
@@ -425,7 +425,7 @@ export default defineComponent({
|
|
})
|
|
})
|
|
return () =>
|
|
return () =>
|
|
<div id="landscapeScreenPlay"
|
|
<div id="landscapeScreenPlay"
|
|
- class={[styles.playCreation,landscapeScreen.value && styles.landscapeScreen,!loaded.value && styles.notLoaded]}
|
|
|
|
|
|
+ class={[styles.playCreation,landscapeScreen.value && styles.landscapeScreen,!loaded.value && styles.notLoaded, browser().isTablet && styles.ipadPlayCreation]}
|
|
style={
|
|
style={
|
|
{
|
|
{
|
|
"--creationHeight":creationHeight.value ? creationHeight.value+"px" : "100vh"
|
|
"--creationHeight":creationHeight.value ? creationHeight.value+"px" : "100vh"
|