From 1b0a3e4332c19762690660807aa0274c8fd2921c Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Sun, 5 Nov 2023 03:49:21 -0800 Subject: [PATCH] more drinks styling --- templates/drinks.rs.html | 12 ++++++++---- templates/styles/main.css | 8 ++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/templates/drinks.rs.html b/templates/drinks.rs.html index c304202..38c7c7b 100644 --- a/templates/drinks.rs.html +++ b/templates/drinks.rs.html @@ -25,14 +25,18 @@
- - + +
+ + + +
- diff --git a/templates/styles/main.css b/templates/styles/main.css index b5c61c9..87f2e48 100644 --- a/templates/styles/main.css +++ b/templates/styles/main.css @@ -1,3 +1,11 @@ @tailwind base; @tailwind components; @tailwind utilities; + +@layer base { + input[type="number"]::-webkit-inner-spin-button, + input[type="number"]::-webkit-outer-spin-button { + -webkit-appearance: none; + margin: 0; + } +}