wip: desktop responsiveness

This commit is contained in:
DenserMeerkat
2024-06-09 18:51:13 +05:30
parent 2bdb448749
commit 5c654ffd73
17 changed files with 299 additions and 258 deletions

View File

@ -48,7 +48,7 @@ class _RequestPaneState extends State<RequestPane>
}
return Column(
children: [
context.isMobile
context.isMediumWindow
? const SizedBox.shrink()
: Padding(
padding: kP8,