Spaces:
Running
Running
Update style/style_template.css
Browse files- style/style_template.css +6 -0
style/style_template.css
CHANGED
@@ -6,6 +6,12 @@
|
|
6 |
padding-bottom: var(--aspect-percent);
|
7 |
}
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
/* When in fake fullscreen mode (iOS fallback) */
|
10 |
.ply-widget-container.fake-fullscreen {
|
11 |
position: fixed !important;
|
|
|
6 |
padding-bottom: var(--aspect-percent);
|
7 |
}
|
8 |
|
9 |
+
.ply-widget-container:fullscreen,
|
10 |
+
:-webkit-full-screen .ply-widget-container {
|
11 |
+
height: 100vh;
|
12 |
+
padding-bottom: 0;
|
13 |
+
}
|
14 |
+
|
15 |
/* When in fake fullscreen mode (iOS fallback) */
|
16 |
.ply-widget-container.fake-fullscreen {
|
17 |
position: fixed !important;
|