File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 49
49
<div style =" flex : 2 ;" >  ; </div >
50
50
51
51
<div id =" episodePlayer" >
52
- <div id =" playerContainer" style = " margin : auto ; max-width : 500 px ; height : 200 px ; overflow : hidden ; " >
52
+ <div id =" playerContainer" >
53
53
<iframe style =" width : 100% ; height : 200px ;" frameborder =" no" scrolling =" no" allow =" clipboard-write" seamless src =" https://player.captivate.fm/episode/{{ loadedEpisodes[0].id }}" ></iframe >
54
54
</div >
55
55
</div >
Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ body {
69
69
width : 600px ;
70
70
71
71
#playerContainer {
72
+ margin : auto ;
73
+ max-width : 500px ;
74
+ height : 200px ;
75
+ overflow : hidden ;
76
+
72
77
background : WHITE ;
73
78
border-radius : 6px ;
74
79
}
@@ -265,8 +270,17 @@ body {
265
270
z-index : 9999 ;
266
271
267
272
#playerContainer {
273
+ margin : auto ;
274
+ max-width : 500px ;
275
+ height : 200px ;
276
+ overflow : hidden ;
277
+
268
278
background : WHITE ;
269
279
border-radius : 0px ;
280
+
281
+ iframe {
282
+ height : 200px ;
283
+ }
270
284
}
271
285
}
272
286
@@ -325,6 +339,9 @@ body {
325
339
background : WHITE ;
326
340
padding : 8px ;
327
341
342
+ // Make space for the bottom mounted player.
343
+ padding-bottom : 224px ;
344
+
328
345
.episode-list-item {
329
346
position : relative ;
330
347
padding-top : 4px ;
@@ -341,7 +358,7 @@ body {
341
358
}
342
359
343
360
& > .content {
344
- padding : 8px ;
361
+ padding : 8px 12 px ;
345
362
border-radius : 4px ;
346
363
347
364
cursor : pointer ;
@@ -350,15 +367,15 @@ body {
350
367
margin-bottom : 0.2em ;
351
368
352
369
color : BLACK ;
353
- font-size : 13 px ;
370
+ font-size : 16 px ;
354
371
font-weight : bold ;
355
372
}
356
373
357
374
.date {
358
375
margin-bottom : 0 ;
359
376
360
377
color : #A7A7A7 ;
361
- font-size : 10 px ;
378
+ font-size : 14 px ;
362
379
}
363
380
}
364
381
You can’t perform that action at this time.
0 commit comments