Redesign the watch page
This commit is contained in:
parent
cedd44805c
commit
e70b363c11
2 changed files with 3 additions and 3 deletions
|
@ -68,9 +68,9 @@ video {
|
|||
position: relative;
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
border: solid 3px #cc4b0a;
|
||||
border: solid 3px #000000;
|
||||
border-radius: 5px;
|
||||
background: linear-gradient(90deg, #8404d9 0%, #cc4b0a 20%, #8404d9 90%, rgba(252, 176, 69, 0) 100%);
|
||||
background: linear-gradient(90deg, #000000 0%, #3c57df 20%, #8404d9 90%, rgba(252, 176, 69, 0) 100%);
|
||||
}
|
||||
|
||||
.gallery .gallery-item:hover img {
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<source src="{{ url_for('video_route', video_file=video_file) }}" type="video/mp4">
|
||||
</video>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<div class="col-xs-12 col-md-2 text-center">
|
||||
<a href="{{ url_for('root_route') }}" class="btn btn-outline-danger btn-lg" role="button">
|
||||
<img src="https://deflax.net/static/images/logo.png" width="20" />
|
||||
Live Stream
|
||||
|
|
Loading…
Add table
Reference in a new issue