mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +01:00
fix: Add normal mode again to OnePageCard
This commit is contained in:
parent
e3474bf220
commit
c057d31d21
@ -10,7 +10,9 @@ class OnePageCard extends StatelessWidget {
|
||||
static const int alpha = 64;
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container(
|
||||
return MediaQuery.of(context).size.width <= 600
|
||||
? child
|
||||
: Container(
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).backgroundColor,
|
||||
gradient: LinearGradient(
|
||||
|
Loading…
Reference in New Issue
Block a user