From 5fb1a44e9f288b482add8b2bed3cfcd2612192e1 Mon Sep 17 00:00:00 2001 From: phamhungd Date: Wed, 26 Nov 2025 11:55:04 +0700 Subject: [PATCH] Update style.css --- static/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index e0afab3..842f7d9 100644 --- a/static/style.css +++ b/static/style.css @@ -235,6 +235,7 @@ a:hover { justify-content: center; border-radius: 0.45rem; min-width: 90px; + flex:1; } .controls-footer #generate-btn { @@ -470,6 +471,7 @@ textarea { display: inline-flex; align-items: center; justify-content: center; + flex:1; } #confirm-refine-btn:hover { @@ -1822,10 +1824,6 @@ button#generate-btn:disabled { gap: 0.75rem; } -.controls-footer button { - flex: 1; -} - .category-input-wrapper { display: flex; flex-direction: column;