mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-26 12:07:11 +08:00
@@ -43,7 +43,7 @@ class UserInfoCard extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final colorScheme = Theme.of(context).colorScheme;
|
||||
final isLight = colorScheme.brightness.isLight;
|
||||
final isLight = colorScheme.isLight;
|
||||
final isPortrait = context.width < 600;
|
||||
return ViewSafeArea(
|
||||
top: !isPortrait,
|
||||
|
||||
Reference in New Issue
Block a user