From f7c2f293e334aaa0082254c3318c6d88ce053a08 Mon Sep 17 00:00:00 2001 From: Zylan Date: Tue, 4 Feb 2025 21:29:45 +0800 Subject: [PATCH] format text2ai botton --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index dff230e..2c84807 100644 --- a/static/style.css +++ b/static/style.css @@ -802,9 +802,10 @@ button:disabled { /* Text Format Controls */ .text-format-controls { display: flex; - justify-content: space-between; + flex-direction: column; align-items: center; gap: 1rem; + padding: 0.5rem 0; } .format-toggle { @@ -814,6 +815,7 @@ button:disabled { padding: 0.25rem; border-radius: 0.375rem; border: 1px solid var(--border-color); + margin: 0 auto; } .format-btn { @@ -836,6 +838,8 @@ button:disabled { display: flex; align-items: center; gap: 0.5rem; + width: 100%; + justify-content: flex-end; } .confidence-indicator {