Merge branch 'BirdNET-pi-main' into Misc-Fixes-and-Enhancements__mcguirepr89-

This commit is contained in:
jaredb7
2023-04-07 08:50:29 +10:00
10 changed files with 300 additions and 18 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ body::-webkit-scrollbar {
display:none
}
</style>
<link rel="stylesheet" href="style.css?v=1.20.23">
<link rel="stylesheet" href="style.css?v=4.06.23">
<link rel="stylesheet" type="text/css" href="static/dialog-polyfill.css" />
<body>
<div class="banner">
+16 -2
View File
@@ -409,8 +409,8 @@ button:hover {
}
#body::-webkit-scrollbar {
# display:none
#}
/*display:none*/
}
@media screen and (max-width: 1290px) {
.column1,.column2,.column3,.column4 {
@@ -563,6 +563,11 @@ button:hover {
height:25px !important;
}
.copyimage-mobile {
width: 16px !important;
height: 16px !important;
}
.relative {
position:relative;
}
@@ -814,6 +819,15 @@ pre#timer.bash {
background-color:#9fe29b
}
#newrtspstream{
cursor: pointer;
margin-left: 2px;
height: 5px;
line-height: 5px;
padding: 3px;
background-color: #9fe29b;
}
#ddnewline::before {
content: none;
}
+1 -1
View File
@@ -51,7 +51,7 @@ if (file_exists('./scripts/thisrun.txt')) {
$config = parse_ini_file('./scripts/firstrun.ini');
}
?>
<link rel="stylesheet" href="style.css?v=1.20.23">
<link rel="stylesheet" href="style.css?v=4.06.23">
<style>
body::-webkit-scrollbar {
display:none