Skip to content

Commit fcfe564

Browse files
committed
1.9.2 - Hotfix
1 parent 0b39e02 commit fcfe564

File tree

7 files changed

+42
-13
lines changed

7 files changed

+42
-13
lines changed

dist/assets/css/main.css

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,34 @@ a:active {
383383
opacity: 0;
384384
visibility: hidden;
385385
transition: opacity 0.1s ease-out, visibility 0.1s ease-out, height 0.1s ease-out 0.1s;
386+
position: relative;
387+
height: 270px;
388+
width: 100%;
389+
}
390+
391+
#youtube-player .cover-controls,
392+
#youtube-player .cover-image {
393+
display: block;
394+
position: absolute;
395+
cursor: pointer;
396+
}
397+
398+
#youtube-player .cover-image {
399+
top: 0;
400+
left: 0;
401+
width: 100%;
402+
height: 225px;
403+
}
404+
405+
#youtube-player .cover-controls {
406+
width: 100%;
407+
right: 0;
408+
bottom: 0;
409+
width: 160px;
410+
height: 35px;
386411
}
387412

388413
#youtube-player.active {
389-
height: 270px;
390414
opacity: 1;
391415
visibility: visible;
392416
transition: opacity 0.1s ease-out 0.3s, visibility 0.1s ease-out 0.1s, height 0.1s ease-out;
@@ -2083,7 +2107,7 @@ iframe {
20832107
border-color: rgba(0, 0, 0, 0.1);
20842108
}
20852109

2086-
.application .app {
2110+
.application #app-container > .container {
20872111
height: calc(100% - 26px);
20882112
}
20892113

dist/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ <h1>YouTube Player v1.9.1</h1>
3434
</app-yt>
3535

3636
<script>
37-
setTimeout(function(){
38-
var iframeElement = document.getElementsByTagName("iframe")[0];
39-
iframeElement.addEventListener('click', function(event) { clic(this.id); }, false);
40-
}, 3000);
4137
/*
4238
// Reload pentru NWJS (DE EDITAT)
4339
var path = 'assets/',

dist/inline.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)