From ef6008afb79bb8a9714aebd17eb2c2222fe9a08e Mon Sep 17 00:00:00 2001 From: DatDang Date: Mon, 28 Jul 2025 17:30:25 +0700 Subject: [PATCH] Update Thread Detail Reply toggle design --- core/lib/utils/html/html_utils.dart | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/core/lib/utils/html/html_utils.dart b/core/lib/utils/html/html_utils.dart index 801da652c..7a67a44aa 100644 --- a/core/lib/utils/html/html_utils.dart +++ b/core/lib/utils/html/html_utils.dart @@ -643,11 +643,14 @@ class HtmlUtils { .quote-toggle-button { display: flex; align-items: center; + justify-content: center; + width: 20px; + height: 20px; gap: 2px; - background-color: #e8eaed; - padding: 4px 8px; + background-color: #d7e2f5; + padding: 0; margin: 8px 0; - border-radius: 9999px; + border-radius: 50%; transition: background-color 0.2s ease-in-out; border: none; cursor: pointer; @@ -664,10 +667,10 @@ class HtmlUtils { background-color: #cdcdcd !important; } .dot { - width: 4px; - height: 4px; - background-color: #4b5563; - border-radius: 9999px; + width: 3.75px; + height: 3.75px; + background-color: #55687d; + border-radius: 50%; } ''';