From 67c71ce4d109df3cbde4aca392836072efe169e3 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 8 Oct 2019 15:02:30 +0200 Subject: [PATCH] Fix UI issues in teams --- customize.dist/src/less2/include/sidebar-layout.less | 1 - www/teams/app-team.less | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/sidebar-layout.less b/customize.dist/src/less2/include/sidebar-layout.less index c9e2fdb03..24228cfaf 100644 --- a/customize.dist/src/less2/include/sidebar-layout.less +++ b/customize.dist/src/less2/include/sidebar-layout.less @@ -48,7 +48,6 @@ flex: 0; } span.cp-sidebarlayout-category-name { - //margin-left: 5px; padding-left: 5px; white-space: nowrap; overflow: hidden; diff --git a/www/teams/app-team.less b/www/teams/app-team.less index 042d75a49..e357d504d 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -82,6 +82,9 @@ &:hover { background-color: transparent !important; } + span.cp-sidebarlayout-category-name { + padding-left: 5px; + } } .cp-team-cat-chat { span.cp-team-chat-notification { @@ -132,6 +135,10 @@ } .cp-team-avatar { .avatar_main(300px); + .cp-avatar img { + max-width: 100%; + max-height: 100%; + } } .cp-team-roster { .avatar_main(50px);