mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-15 22:42:50 +00:00
Align center server address
This commit is contained in:
parent
3a47490f46
commit
80019eaa13
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ class ServersList extends StatelessWidget {
|
|||
children: [
|
||||
Text(
|
||||
"${server.connectionMethod}://${server.domain}${server.path ?? ""}${server.port != null ? ':${server.port}' : ""}",
|
||||
textAlign: TextAlign.center,
|
||||
style: const TextStyle(
|
||||
fontSize: 17,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue