update dependencies

This commit is contained in:
JFH
2021-06-05 11:43:03 +02:00
parent 9c197a4ff1
commit 28315b371b
3 changed files with 673 additions and 492 deletions

View File

@@ -54,7 +54,7 @@ template.innerHTML = `
overflow-x: scroll;
padding: 0 5px;
margin-top: 2px;
height: 30px;
height: 22px;
}
}
@media screen and (max-width:1250px) {
@@ -63,7 +63,7 @@ template.innerHTML = `
overflow-x: scroll;
padding: 0 5px;
margin-top: 2px;
height: 30px;
height: 22px;
}
}
@media screen and (max-width:540px) {
@@ -72,7 +72,7 @@ template.innerHTML = `
overflow-x: scroll;
padding: 0 5px;
margin-top: 32px;
height: 30px;
height: 22px;
}
}
</style>