mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 03:23:24 +00:00
Fix misaligned public lobbies text (#819)
## Description: Fix misaligned public lobbies text. The texts are not in a straight line. Before:     After:   ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: tryout33
This commit is contained in:
@@ -134,7 +134,7 @@ export class PublicLobby extends LitElement {
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-col items-center">
|
||||
<div class="text-md font-medium text-blue-100 mb-2">
|
||||
<div class="text-md font-medium text-blue-100 mb-4">
|
||||
${lobby.numClients} / ${lobby.gameConfig.maxPlayers}
|
||||
</div>
|
||||
<div class="text-md font-medium text-blue-100">
|
||||
|
||||
Reference in New Issue
Block a user