mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 23:45:19 +08:00
wip: desktop responsiveness
This commit is contained in:
@ -38,7 +38,7 @@ class IntroMessage extends StatelessWidget {
|
||||
|
||||
return CustomMarkdown(
|
||||
data: text,
|
||||
padding: !context.isMobile ? kPh60 : kPh20,
|
||||
padding: !context.isMediumWindow ? kPh60 : kPh20,
|
||||
);
|
||||
}
|
||||
return const Center(child: CircularProgressIndicator());
|
||||
|
Reference in New Issue
Block a user