Skip to content

Commit

Permalink
make now playing and view count one line
Browse files Browse the repository at this point in the history
  • Loading branch information
Flolon committed Nov 16, 2024
1 parent 6d7d9d1 commit f51fd63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
9 changes: 9 additions & 0 deletions css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,15 @@ stibarc-icon {
margin-bottom: 14px;
}

.margintopsmall {
margin-top: 8px;
}

.marginbottomsmall {
margin-bottom: 8px;
}


.red {
color: var(--red) !important;
}
Expand Down
7 changes: 5 additions & 2 deletions tv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ <h1>STiBaRC TV</h1>
<video id="videoplayer" controls poster="/tv/colorbars.webp" class="hidden">
Your browser does not support the video tag.
</video>
<span><span id="viewers">0</span> viewers.</span>
<span>Now Playing: <span id="nowplaying">Nothing</span></span>
<div class="flexcontainer width100 margintopsmall marginbottomsmall">
<span>Now Playing: <span id="nowplaying">Nothing</span></span>
<span class="flexgrow"></span>
<span><span id="viewers">0</span> viewers.</span>
</div>
</div>
<div class="item">
<div id="chatbox">
Expand Down

0 comments on commit f51fd63

Please sign in to comment.