Skip to content

Commit

Permalink
audio indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
SerenityUX committed Jul 29, 2024
1 parent 2a868e1 commit d599608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<body style="display: flex; justify-content: center;">
<audio id="audio-player" src="https://cloud-avau7erv7-hack-club-bot.vercel.app/0riptide-8bit_audio.mp4"></audio>

<div id="audio-indicator" style="position: fixed; font-size: 12px; left: 16px; bottom: 16px; color: #021995; border: 1px solid #021995; background-color: #FFFDE8; display: flex; padding: 12px 8px;">
<div class="audio-indicator" id="audio-indicator" style="position: fixed; font-size: 12px; left: 16px; bottom: 16px; color: #021995; border: 1px solid #021995; background-color: #FFFDE8; display: flex; padding: 12px 8px;">
<p style="margin: 0px"><span style="background-color: #021995; color: #FFFDE8; padding: 4px 6px;">Space</span> for jam</p>
</div>
<div style="max-width: 720px;">
Expand Down
5 changes: 5 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,8 @@ button {
display: none
}
}
@media (max-width: 768px) {
.audio-indicator {
display: none;
}
}

0 comments on commit d599608

Please sign in to comment.