Align center server address

This commit is contained in:
Juan Gilsanz Polo 2022-10-22 02:19:31 +02:00
parent 3a47490f46
commit 80019eaa13

View file

@ -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,
),