Merge branch 'dev' of github.com:jonaswinkler/paperless-ng into dev

This commit is contained in:
jonaswinkler
2020-12-27 14:47:40 +01:00
4 changed files with 28 additions and 12 deletions

View File

@@ -100,3 +100,13 @@ body {
padding-top: 1px;
}
}
@supports (-webkit-touch-callout: none) {
input[type="number"],
input[type="search"],
input[type="text"],
select:focus,
textarea {
font-size: 16px;
}
}