This commit is contained in:
mcguirepr89
2022-03-06 13:54:40 -05:00
parent a5b38e4606
commit f9a894d5d3
6 changed files with 19 additions and 18 deletions
+1
View File
@@ -1,3 +1,4 @@
<title>BirdNET-Pi</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<div class="banner">
+5 -6
View File
@@ -54,7 +54,8 @@ th {
}
audio, video{
width: 100%;
max-height: 100%;
max-width: 100%;
}
label {
@@ -184,7 +185,8 @@ button:hover {
color: blue;
}
.center button{
.overview button, .center button{
font-weight: bold;
color: blue;
}
@@ -249,10 +251,6 @@ button:hover {
float: left;
}
.spectrogrambutton {
float:top;
}
body::-webkit-scrollbar {
display:none
}
@@ -337,6 +335,7 @@ body::-webkit-scrollbar {
.topnav.responsive button {
display: block;
}
.version {display:none;}
.left {
display:none;
}