aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-google/youtube-channel.reel/youtube-channel.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage-google/youtube-channel.reel/youtube-channel.html')
-rw-r--r--node_modules/montage-google/youtube-channel.reel/youtube-channel.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/node_modules/montage-google/youtube-channel.reel/youtube-channel.html b/node_modules/montage-google/youtube-channel.reel/youtube-channel.html
index 112fda72..65ffc945 100644
--- a/node_modules/montage-google/youtube-channel.reel/youtube-channel.html
+++ b/node_modules/montage-google/youtube-channel.reel/youtube-channel.html
@@ -41,7 +41,6 @@
41 }, 41 },
42 42
43 "owner": { 43 "owner": {
44 "module": "youtube-channel.reel",
45 "name": "YoutubeChannel", 44 "name": "YoutubeChannel",
46 "properties": { 45 "properties": {
47 "element": {"#": "container"}, 46 "element": {"#": "container"},
@@ -97,7 +96,7 @@
97 .montage-youtube-channel-close { 96 .montage-youtube-channel-close {
98 position: absolute; 97 position: absolute;
99 top: 5px; 98 top: 5px;
100 left: 5px; 99 right: 5px;
101 100
102 width: 25px; 101 width: 25px;
103 height: 25px; 102 height: 25px;
@@ -108,6 +107,14 @@
108 107
109 color: #EEE; 108 color: #EEE;
110 outline: none; 109 outline: none;
110 text-align: center;
111 padding: 0;
112 }
113
114 .montage-youtube-channel .montage-youtube-player {
115 border-top: 35px solid #000;
116 -webkit-box-sizing: border-box;
117 box-sizing: border-box;
111 } 118 }
112 </style> 119 </style>
113</head> 120</head>