diff options
Diffstat (limited to 'views/pages/users.ejs')
| -rw-r--r-- | views/pages/users.ejs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/pages/users.ejs b/views/pages/users.ejs index bc8684f..2c45321 100644 --- a/views/pages/users.ejs +++ b/views/pages/users.ejs @@ -23,6 +23,9 @@ <div class='realname'> {{realname}} </div> + <div class="location"> + {{location}} + </div> <div class="date {{firstseen_date_class}}"> joined {{firstseen_date}} <small>{{firstseen_time}}</small> </div> @@ -48,7 +51,7 @@ <style> .user_row { display: flex; - flex-direction: row; + flex-flow: row wrap; align-items: center; margin-top: 10px; } |
