diff --git a/homepage/index.php b/homepage/index.php
index 7d05830..957a9fd 100644
--- a/homepage/index.php
+++ b/homepage/index.php
@@ -37,7 +37,7 @@ body::-webkit-scrollbar {
display:none
}
-
+
diff --git a/homepage/style.css b/homepage/style.css
index bb2ba6f..fff058a 100644
--- a/homepage/style.css
+++ b/homepage/style.css
@@ -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;
}
\ No newline at end of file
diff --git a/homepage/views.php b/homepage/views.php
index 2416116..6581111 100644
--- a/homepage/views.php
+++ b/homepage/views.php
@@ -51,7 +51,7 @@ if (file_exists('./scripts/thisrun.txt')) {
$config = parse_ini_file('./scripts/firstrun.ini');
}
?>
-
+