fix cpu temp padding

This commit is contained in:
lollipopkit
2023-02-01 10:37:06 +08:00
parent 5ebb4e6b3e
commit 068089d207
5 changed files with 31 additions and 17 deletions

View File

@@ -114,6 +114,7 @@ class _ServerDetailPageState extends State<ServerDetailPage>
style: textSize27,
textScaleFactor: 1.0,
),
width7,
tempWidget
],
),
@@ -219,7 +220,7 @@ class _ServerDetailPageState extends State<ServerDetailPage>
Row(
children: [
Text('${used.toStringAsFixed(0)}%', style: textSize27),
const SizedBox(width: 7),
width7,
Text('of ${(ss.mem.total * 1024).convertBytes}',
style: textSize13Grey)
],