mirror of
https://github.com/foss42/apidash.git
synced 2025-08-05 21:10:33 +08:00
wip: desktop responsiveness
This commit is contained in:
@ -48,7 +48,7 @@ class _RequestPaneState extends State<RequestPane>
|
||||
}
|
||||
return Column(
|
||||
children: [
|
||||
context.isMobile
|
||||
context.isMediumWindow
|
||||
? const SizedBox.shrink()
|
||||
: Padding(
|
||||
padding: kP8,
|
||||
|
Reference in New Issue
Block a user