Skip to content

Commit 45928e7

Browse files
committed
improved demo style.
1 parent 69597e0 commit 45928e7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

css/styles.css

+7-5
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,15 @@
126126
}
127127
#video-thumbnail {
128128
position: absolute;
129-
top: -180px;
129+
top: -380px;
130130
right: 10px;
131131
}
132132
#video-thumbnail img {
133-
width: 120px;
134-
height: 90px;
135-
border-radius: 6px;
133+
width: 72px;
134+
height: 54px;
135+
border-radius: 60px;
136+
border: 0;
137+
opacity: 0.8;
136138
}
137139

138140
.dial-buttons .btn {
@@ -190,7 +192,7 @@
190192
padding-right: 0;
191193
}
192194
#video-thumbnail {
193-
top: -105px;
195+
top: -245px;
194196
right: 5px;
195197
}
196198
}

0 commit comments

Comments
 (0)