Compare commits

...

2 Commits

Author SHA1 Message Date
847c79fcfb Fix iOS Safari button look (hopefully) 2020-12-09 16:17:58 +01:00
d368097a8d Bump version to 1.0.0 2020-12-09 16:17:44 +01:00
2 changed files with 5 additions and 2 deletions

View File

@ -8,13 +8,13 @@ with open('LICENSE.md') as f:
st.setup(
name="ftracker",
version="0.1.0",
version="1.0.0",
author="Oskar @ FaSTTUBe",
author_email="o.winkels@fasttube.de",
description="Small webapp to track who was in which room at which time to backtrace potential viral infections",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://git.fasttube.de/FaSTTUBe/ft-corona-tracker",
url="https://git.fasttube.de/FaSTTUBe/ftracker",
packages=st.find_packages(exclude=['tests', 'docs']),
install_requires=[
"flask",

View File

@ -58,6 +58,9 @@
color: #fff;
width: 100%;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type=checkbox] {
transform: translateY(-3px);