fix(color-picking): Fix color picking failure and card overflow (#998)

This commit is contained in:
GT610
2026-01-11 00:21:48 +08:00
committed by GitHub
parent bb0ada12e6
commit 06070c29b9
4 changed files with 56 additions and 12 deletions

View File

@@ -346,6 +346,6 @@ class _ServerPageState extends ConsumerState<ServerPage>
static const _kCardHeightMin = 23.0;
static const _kCardHeightFlip = 99.0;
static const _kCardHeightNormal = 108.0;
static const _kCardHeightNormal = 110.0;
static const _kCardHeightMoveOutFuncs = 135.0;
}