just removing the scroll bar now that @ehpersonal38 ethan

is making things so usable. scroll bars are for when stuff sucks
This commit is contained in:
mcguirepr89
2022-04-23 19:36:16 -04:00
parent 09090b1e74
commit 486cc32b99
4 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -36,7 +36,6 @@ if(isset($_GET['stream'])){
echo "
<audio controls autoplay><source src=\"/stream\"></audio>
</div>
<h1><a href=\"/\">BirdNET-Pi</a><img src=\"images/version.svg\"></h1>
</div>";
} else {
header('WWW-Authenticate: Basic realm="My Realm"');
@@ -51,7 +50,7 @@ if(isset($_GET['stream'])){
<button type=\"submit\" name=\"stream\" value=\"play\">Live Audio</button>
</form>
</div>
<h1><a href=\"/\">BirdNET-Pi</a><img src=\"images/version.svg\"></h1>
<h1><a href=\"/\">BirdNET-Pi</a></h1>
</div>";
}
if(isset($_GET['filename'])) {