mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-31 11:52:16 +00:00
Added horizontal padding
This commit is contained in:
parent
2d0b71720e
commit
3e281095cd
1 changed files with 4 additions and 2 deletions
|
@ -121,7 +121,8 @@ class _BlockedServicesScreenStateWidget extends State<BlockedServicesScreenWidge
|
|||
Widget body() {
|
||||
switch (serversProvider.blockedServicesList.loadStatus) {
|
||||
case 0:
|
||||
return SizedBox(
|
||||
return Container(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||
width: double.maxFinite,
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
@ -186,7 +187,8 @@ class _BlockedServicesScreenStateWidget extends State<BlockedServicesScreenWidge
|
|||
);
|
||||
|
||||
case 2:
|
||||
return SizedBox(
|
||||
return Container(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||
width: double.maxFinite,
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue