Merge branch 'release/live'
Showing
1 changed file
with
6 additions
and
0 deletions
@@ -11,12 +11,18 @@ | @@ -11,12 +11,18 @@ | ||
11 | min-height: 100vh; | 11 | min-height: 100vh; |
12 | color: white; | 12 | color: white; |
13 | overflow: auto; | 13 | overflow: auto; |
14 | + &.is-no-start .live-state-inner { | ||
15 | + box-sizing: border-box; | ||
16 | + padding-bottom: 220px; | ||
17 | + } | ||
14 | .live-btn-close { | 18 | .live-btn-close { |
15 | z-index: 200; | 19 | z-index: 200; |
16 | } | 20 | } |
17 | } | 21 | } |
18 | 22 | ||
23 | + | ||
19 | .live-state-inner { | 24 | .live-state-inner { |
25 | + min-height: 100%; | ||
20 | overflow: hidden; | 26 | overflow: hidden; |
21 | background-size: 100% 100%; | 27 | background-size: 100% 100%; |
22 | } | 28 | } |
-
Please register or login to post a comment