Skip to content

Commit

Permalink
Add size of progress bar to status_screen.css and delete the other file
Browse files Browse the repository at this point in the history
  • Loading branch information
vincevd1 committed Oct 26, 2024
1 parent 153e352 commit be82b7e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
height: 84px;
}

/* For the music screen */
.progress {
height: 10px !important;
}

.user-order-list {
font-size: 30pt;
list-style-type: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ <h2>Ready</h2>
</div>


<div id="player-container" style="display: none">
{% if player is not None %}
<div class="player w-75 mt-5 m-auto display-5">
<h1 class="mt-5">Currently playing:</h1>
{% render_player player %}
</div>
{% else %}
<h1 class="mt-5">No player for this venue</h1>
{% endif %}
</div>
<div id="player-container" style="display: none">
{% if player is not None %}
<div class="player w-75 mt-5 m-auto display-5">
<h1 class="mt-5">Currently playing:</h1>
{% render_player player %}
</div>
{% else %}
<h1 class="mt-5">No player for this venue</h1>
{% endif %}
</div>
{% endblock %}

{% block footer %}
Expand Down

0 comments on commit be82b7e

Please sign in to comment.