Add Image link to the live button

This commit is contained in:
deflax 2025-03-06 14:37:35 +00:00
parent db4ec1abfe
commit cedd44805c
2 changed files with 4 additions and 17 deletions

View file

@ -114,18 +114,4 @@ video {
display: block;
text-decoration: none;
color: inherit;
}
a.image-button {
padding: 1px 6px;
border: 1px outset buttonborder;
border-radius: 3px;
color: buttontext;
background-color: buttonface;
text-decoration: none;
cursor: pointer;
width: 100px;
height: 50px;
background-image: url('/static/images/logo.png');
background-size: cover;
}

View file

@ -44,9 +44,10 @@
</video>
</div>
<div class="col-xs-12 col-md-2">
<button class="btn btn-outline-danger btn-lg">
<img src="https://deflax.net/{{ url_for('root_route') }}" width="20" /> Live Stream
</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" />
Live Stream
</a>
</div>
<div class="col-xs-12 col-md-1">
</div>