diff --git a/homepage/style.css b/homepage/style.css
index db0266f..fc9a93a 100644
--- a/homepage/style.css
+++ b/homepage/style.css
@@ -261,6 +261,11 @@ button:hover {
margin-right: auto;
}
+.views {
+ transition: opacity 0.3s;
+ -webkit-transition: opacity 0.3s;
+}
+
.views .centered button {
background-color: rgb(219, 255, 235);
padding: 12px;
@@ -790,3 +795,20 @@ pre.bash {
width: 100%;
display: inline-block;
}
+pre#timer.bash {
+ display:unset;
+ width:unset;
+}
+
+#toolsbtn {
+ min-width: max-content;
+}
+
+#showpassword {
+ cursor:pointer;
+ margin-left:2px;
+ height:5px;
+ line-height:5px;
+ padding:3px;
+ background-color:#9fe29b
+}
\ No newline at end of file
diff --git a/homepage/views.php b/homepage/views.php
index dd75f00..f37426a 100644
--- a/homepage/views.php
+++ b/homepage/views.php
@@ -6,9 +6,7 @@ $home = shell_exec("awk -F: '/1000/{print $6}' /etc/passwd");
$home = trim($home);
if(!isset($_SESSION['behind'])) {
$fetch = shell_exec("sudo -u".$user." git -C ".$home."/BirdNET-Pi fetch 2>&1");
- if(strlen($fetch) > 0) {
- $_SESSION['behind'] = trim(shell_exec("sudo -u".$user." git -C ".$home."/BirdNET-Pi status | sed -n '2 p' | cut -d ' ' -f 7"));
- }
+ $_SESSION['behind'] = trim(shell_exec("sudo -u".$user." git -C ".$home."/BirdNET-Pi status | sed -n '2 p' | cut -d ' ' -f 7"));
if(isset($_SESSION['behind'])&&intval($_SESSION['behind']) >= 99) {?>
-