From 54dc1f23bfbfd2ac0f61acfc1c298e4cf40910f8 Mon Sep 17 00:00:00 2001 From: Midgard Date: Wed, 4 Mar 2020 22:07:33 +0100 Subject: [PATCH] Show choices immediately when changing dish --- app/static/css/main.css | 4 +-- app/templates/order.html | 63 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 59 insertions(+), 8 deletions(-) diff --git a/app/static/css/main.css b/app/static/css/main.css index 10a54ab..80ad07a 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -291,6 +291,6 @@ h1, h2, h3, h4, h5, h6{ text-align: center; } -.dish-choices { - color: var(--dGray2); +#dish_choices { + margin: 0.5em 1em 1.5em; } diff --git a/app/templates/order.html b/app/templates/order.html index b223ab2..8099c18 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -193,11 +193,11 @@ {{ super() }} {% endblock %}