mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-02 04:42:34 +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() {
|
Widget body() {
|
||||||
switch (serversProvider.blockedServicesList.loadStatus) {
|
switch (serversProvider.blockedServicesList.loadStatus) {
|
||||||
case 0:
|
case 0:
|
||||||
return SizedBox(
|
return Container(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||||
width: double.maxFinite,
|
width: double.maxFinite,
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
@ -186,7 +187,8 @@ class _BlockedServicesScreenStateWidget extends State<BlockedServicesScreenWidge
|
||||||
);
|
);
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
return SizedBox(
|
return Container(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||||
width: double.maxFinite,
|
width: double.maxFinite,
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue