diff --git a/src/www/css/app.css b/src/www/css/app.css
index 58bb844..9e6f654 100644
--- a/src/www/css/app.css
+++ b/src/www/css/app.css
@@ -1533,6 +1533,10 @@ video {
}
@media not all and (min-width: 768px) {
+ .max-md\:hidden {
+ display: none;
+ }
+
.max-md\:border-x-0 {
border-left-width: 0px;
border-right-width: 0px;
diff --git a/src/www/index.html b/src/www/index.html
index 1d3abf4..66dc369 100644
--- a/src/www/index.html
+++ b/src/www/index.html
@@ -100,7 +100,7 @@
- {{$t("restore")}}
+ {{$t("restore")}}
@@ -109,7 +109,7 @@
- {{$t("backup")}}
+ {{$t("backup")}}
- {{$t("new")}}
+ {{$t("new")}}