From a1f8bc791d55325b90b605931669b8a1e1e5eab3 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Thu, 5 Jan 2023 17:05:51 -0800 Subject: [PATCH] Update Text Sizing to avoid Zoom-In on iOS --- Makefile | 4 ++-- pyproject.toml | 2 +- sigl/templates/lists/addItem.html.j2 | 33 +++++++++++++--------------- 3 files changed, 18 insertions(+), 21 deletions(-) diff --git a/Makefile b/Makefile index c3bbb81..cb16b4d 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,10 @@ db-downgrade : poetry run flask db downgrade docker : - docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest + docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest -t asymworks/sigl:$(shell poetry version -s) docker-deploy: - docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest --push + docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest -t asymworks/sigl:$(shell poetry version -s) --push lint : poetry run flake8 diff --git a/pyproject.toml b/pyproject.toml index 253ef27..7987a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sigl" -version = "0.1.3" +version = "0.1.4" description = "Simple Grocery List" authors = ["Jonathan Krauss "] license = "BSD-3-Clause" diff --git a/sigl/templates/lists/addItem.html.j2 b/sigl/templates/lists/addItem.html.j2 index 92fae52..c427e4d 100644 --- a/sigl/templates/lists/addItem.html.j2 +++ b/sigl/templates/lists/addItem.html.j2 @@ -2,14 +2,11 @@ {% block title %}{{ list.name }} | Sigl{% endblock %} {% block header %}
-
Add Item to {{ list.name }}
+
Add Item to {{ list.name }}
{% endblock %} {% block head_scripts %} - + {% endblock %} {% block main %} @@ -18,38 +15,38 @@ JtAutocomplete.register();
Select Product to Add
- + - + - New Product + New Product
- - + +
- - + +
- - + +
- - + +
- +