bilca commited on
Commit
499713a
·
verified ·
1 Parent(s): e3930e6

Update style/style_template.css

Browse files
Files changed (1) hide show
  1. 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;