Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/web/routes/user/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
color: #ccc;
}

.counter-rooms{
display: flex;
gap: 10px;
flex-direction: row;
}

.room-container {
margin-right: auto;
margin-left: auto;
Expand Down
9 changes: 7 additions & 2 deletions src/web/routes/user/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,13 @@ <h2>Join a Room</h2>
<p class="description">Join an existing room using a room code to experience synchronized Spotify music with others.</p>
</div>
</div>
<div class="room-container">
<p class="counter-rooms">{{num_total_rooms}} Total rooms</p>
<div class ="counter-rooms">
<div class="room-container">
<p class="counter-rooms">{{num_total_rooms}} Total rooms</p>
</div>
<div class="room-container">
<p class="counter-rooms">{{num_public_rooms}} Public rooms</p>
</div>
</div>
<!--
<footer>
Expand Down