Improved groups display on mobile

This commit is contained in:
2018-11-21 16:37:24 +09:00
parent fecc09eee2
commit 7650137b4d
5 changed files with 36 additions and 15 deletions

View File

@ -1,10 +1,16 @@
component Group(group *arn.Group, user *arn.User)
GroupTabs(group, user)
if group.Name != ""
h1.mountable= group.Name
else
h1.mountable untitled
.group-header
if group.Name != ""
h1.group-page-name.mountable= group.Name
else
h1.group-page-name.mountable untitled
if group.Tagline != ""
p.group-page-tagline.mountable= group.Tagline
else
p.group-page-tagline.mountable no tagline yet
.group-view
.group-sidebar.mountable