diff --git a/js/client-rooms.js b/js/client-rooms.js
index 238e2ca51..a907238a6 100644
--- a/js/client-rooms.js
+++ b/js/client-rooms.js
@@ -59,8 +59,8 @@
var userCount = Number(rooms.userCount);
var battleCount = Number(rooms.battleCount);
buf += '
| ';
- buf += ' | ';
- buf += '';
+ buf += ' | ';
+ buf += ' ';
buf += ' |
';
this.$('.roomlisttop').html(buf);
}
diff --git a/style/client.css b/style/client.css
index c7b29245d..c5bf4bae9 100644
--- a/style/client.css
+++ b/style/client.css
@@ -947,12 +947,16 @@ p.or:after {
max-width: 480px;
margin-bottom: 10px;
}
+.roomcounters {
+ margin: 4px auto;
+ max-width: 400px;
+}
.roomcounters td {
text-align: center;
}
.roomcounters button {
margin: 0 auto;
- width: 140px;
+ width: 120px;
height: 60px;
padding: 3px 8px;
text-align: center;