Add centering that I forgot
authorTheSaminator <TheSaminator@users.noreply.github.com>
Sun, 13 Feb 2022 15:15:09 +0000 (10:15 -0500)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Sun, 13 Feb 2022 15:15:09 +0000 (10:15 -0500)
src/jvmMain/kotlin/starshipfights/info/views_user.kt

index 2f97793e44c30361feea03ef3da385b7ca28e1e2..5944177b71529e0b3af06653566f76e0f6338fcb 100644 (file)
@@ -48,6 +48,7 @@ suspend fun ApplicationCall.userPage(): HTML.() -> Unit {
                                }
                        if (user.showUserStatus)
                                p {
+                                       style = "text-align:center"
                                        +when (user.status) {
                                                UserStatus.IN_BATTLE -> "In Battle"
                                                UserStatus.READY_FOR_BATTLE -> "In Battle"