From 3d3f7e725b62615d4ab05a12e2b47d14b8a30aa8 Mon Sep 17 00:00:00 2001 From: chenhang Date: Tue, 21 Jul 2026 16:11:15 +0800 Subject: [PATCH] fix(tip): align payment content to bottom --- src/app/tip/tip-screen.module.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/tip/tip-screen.module.css b/src/app/tip/tip-screen.module.css index 6eff1872..2b8187c8 100644 --- a/src/app/tip/tip-screen.module.css +++ b/src/app/tip/tip-screen.module.css @@ -75,7 +75,7 @@ min-height: 0; flex: 0 1 auto; flex-direction: column; - margin-top: 0; + margin-top: auto; } .headerIdentity { @@ -542,10 +542,6 @@ } @media (max-height: 600px) { - .contentFlow { - margin-top: auto; - } - .headerAvatar { margin-top: 0; }