add full scan button web ui

This commit is contained in:
sentriz
2020-04-25 03:07:41 +01:00
parent f52ce807af
commit 56a39126ec
5 changed files with 176 additions and 151 deletions

View File

@@ -44,7 +44,7 @@ textarea {
}
input[type] {
width: calc(var(--size) * 8);
width: calc(var(--size) * 9);
background-color: white;
cursor: pointer;
}