Redesign the watch page

This commit is contained in:
deflax 2025-03-06 14:43:49 +00:00
parent cedd44805c
commit e70b363c11
2 changed files with 3 additions and 3 deletions

View file

@ -68,9 +68,9 @@ video {
position: relative; position: relative;
cursor: pointer; cursor: pointer;
box-sizing: border-box; box-sizing: border-box;
border: solid 3px #cc4b0a; border: solid 3px #000000;
border-radius: 5px; 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 { .gallery .gallery-item:hover img {

View file

@ -43,7 +43,7 @@
<source src="{{ url_for('video_route', video_file=video_file) }}" type="video/mp4"> <source src="{{ url_for('video_route', video_file=video_file) }}" type="video/mp4">
</video> </video>
</div> </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"> <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" /> <img src="https://deflax.net/static/images/logo.png" width="20" />
Live Stream Live Stream