From e0c06f010d2a25980c4eaee14170035c0e3367d2 Mon Sep 17 00:00:00 2001 From: YUHAO-corn Date: Tue, 19 May 2026 23:58:09 +0800 Subject: [PATCH] fix(web): space comment popover actions --- apps/web/src/index.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/web/src/index.css b/apps/web/src/index.css index 77fd282640..3712d8ea5a 100644 --- a/apps/web/src/index.css +++ b/apps/web/src/index.css @@ -11586,7 +11586,7 @@ button.connector-action.is-loading { justify-content: space-between; align-items: center; flex-wrap: wrap; - gap: 8px; + gap: 10px; margin-top: 8px; } .comment-popover-actions > * { @@ -11597,6 +11597,14 @@ button.connector-action.is-loading { Issue #779. */ max-width: 100%; } +.comment-popover-actions-end { + display: inline-flex; + align-items: center; + justify-content: flex-end; + flex-wrap: wrap; + gap: 10px; + min-width: 0; +} .comment-popover-remove { color: var(--red); background: transparent;