From b960ba0868cb1856457621d42a14504861c56bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 16:15:52 +0700 Subject: [PATCH] Unify button styles, improve sizing --- app/components/place-details.gjs | 4 ++-- app/styles/app.css | 9 ++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/app/components/place-details.gjs b/app/components/place-details.gjs index 422880a..48f1320 100644 --- a/app/components/place-details.gjs +++ b/app/components/place-details.gjs @@ -193,8 +193,8 @@ export default class PlaceDetails extends Component { >
- - + +
{{else}} diff --git a/app/styles/app.css b/app/styles/app.css index 1b076c8..797acdc 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -438,21 +438,16 @@ body { } .btn { - padding: 0.75rem 1.5rem; + padding: 0.6rem 1.2rem; border-radius: 4px; cursor: pointer; - font-size: 1rem; + font-size: 0.9rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; } -.btn-sm { - padding: 0.4rem 1rem !important; - font-size: 0.9rem !important; -} - .btn-outline { background: transparent; color: #333;