Added quick access to the Youtube video slug.

This commit is contained in:
2018-05-28 14:32:13 -05:00
parent 186b3cf5b1
commit 2d4710070b
4 changed files with 37 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
.ytThumbMenuStyle, .ytMenuStyle {
#slugCopyZone, .ytThumbMenuStyle, .ytMenuStyle {
z-index: 100;
position: fixed;
background: rgba(0,0,0,0.64);
@@ -6,6 +6,13 @@
overflow: auto;
}
#slugCopyZone {
bottom: 0%;
left: 35%;
width: 10em;
text-align: center;
}
.ytThumbMenuStyle {
display: none;
bottom: 20px;