We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d281d commit f43229aCopy full SHA for f43229a
src/client/components/ServerInfo.vue
@@ -5,7 +5,7 @@
5
.card-content(@mousedown="startJoin", @mouseup="endJoin")
6
p.title.has-text-primary-light {{ idToName[id] || id }}
7
.subtitle
8
- div(style="display: flex; align-items: center;")
+ div(style="display: flex; align-items: baseline;")
9
span {{ playerCount }} on
10
span.small-code {{ server.serverinfo.map }}
11
template(v-if="!server.serverinfo.gm.includes('sandbox')")
0 commit comments