Skip to content

Commit f43229a

Browse files
authored
Update ServerInfo.vue
align-items: baseline on ServerInfo subtitle
1 parent 58d281d commit f43229a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/ServerInfo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.card-content(@mousedown="startJoin", @mouseup="endJoin")
66
p.title.has-text-primary-light {{ idToName[id] || id }}
77
.subtitle
8-
div(style="display: flex; align-items: center;")
8+
div(style="display: flex; align-items: baseline;")
99
span {{ playerCount }} on  
1010
span.small-code {{ server.serverinfo.map }}
1111
template(v-if="!server.serverinfo.gm.includes('sandbox')")

0 commit comments

Comments
 (0)