From 1c758bb98ccb4747169e3a6fe49b423621fea4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Fri, 15 May 2026 17:34:25 +0800 Subject: [PATCH] Add files via upload --- web/static/css/c2.css | 6 ++++++ web/templates/index.html | 20 ++++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/web/static/css/c2.css b/web/static/css/c2.css index f7674d3f..5d7b003f 100644 --- a/web/static/css/c2.css +++ b/web/static/css/c2.css @@ -260,8 +260,14 @@ gap: 12px; justify-content: center; flex-wrap: wrap; + max-width: 420px; + margin-inline: auto; } +.c2-actions > button { + flex: 1; + min-width: min(100%, 160px); +} /* ============================================================================ Listener Cards ============================================================================ */ diff --git a/web/templates/index.html b/web/templates/index.html index 47497d30..b4aac558 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -190,10 +190,12 @@