Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-01 15:17:42 +08:00
parent 5c28376210
commit dd5c2229b3
22 changed files with 182 additions and 177 deletions

View File

@@ -44,8 +44,7 @@ class _VotePanelState extends State<VotePanel> {
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
final usePortrait =
context.orientation == Orientation.portrait || context.isTablet;
final usePortrait = context.isPortrait || context.isTablet;
final right = [
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,