From 727c76beb4900629763dd1cde71a666cc4435552 Mon Sep 17 00:00:00 2001 From: shinalok Date: Tue, 2 Jun 2026 17:51:48 +0900 Subject: [PATCH] design: increase example chip size (padding 20px, font 1rem, min-height 80px) Co-Authored-By: Claude Sonnet 4.6 --- app.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app.py b/app.py index 11b7687..e42dcbd 100644 --- a/app.py +++ b/app.py @@ -582,20 +582,20 @@ footer { display: none !important; } min-width: 0 !important; } .example-chip-btn button { - border-radius: 14px !important; + border-radius: 16px !important; border: 1.5px solid #e8edf4 !important; background: #ffffff !important; color: #1e293b !important; - padding: 14px 18px !important; - font-size: .875rem !important; + padding: 20px 22px !important; + font-size: 1rem !important; font-weight: 400 !important; line-height: 1.5 !important; - box-shadow: 0 1px 6px rgba(0,0,0,.07), 0 0 0 1px rgba(0,0,0,.02) !important; + box-shadow: 0 2px 8px rgba(0,0,0,.07), 0 0 0 1px rgba(0,0,0,.02) !important; white-space: normal !important; text-align: left !important; width: 100% !important; height: 100% !important; - min-height: 60px !important; + min-height: 80px !important; justify-content: flex-start !important; transition: all .2s ease !important; }