From 2f2e567b800a6776759c846c92fc653c37a0e4be Mon Sep 17 00:00:00 2001 From: Menci Date: Sun, 16 Apr 2017 20:31:55 +0800 Subject: [PATCH] Set user infomation in ranklist height limit to 50px --- views/index.ejs | 4 ++-- views/ranklist.ejs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index ce26c06..9dc4f3e 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -42,10 +42,10 @@ <%= i %> <%= user.username %><% if (user.nameplate) { %><%- user.nameplate %><% } %> -
+
<%- user.information %> -
+
diff --git a/views/ranklist.ejs b/views/ranklist.ejs index 62f2d0b..e02c1c4 100644 --- a/views/ranklist.ejs +++ b/views/ranklist.ejs @@ -26,7 +26,7 @@ <%= i %> <%= user.username %><% if (user.nameplate) { %><%- user.nameplate %><% } %> -
+
<%- user.information %>