Show the current displayed team in the leftside menu

This commit is contained in:
yflory
2019-09-30 17:51:44 +02:00
parent 123794fe99
commit 5dbc06633a
2 changed files with 34 additions and 0 deletions

View File

@@ -49,6 +49,23 @@
}
}
.cp-team-cat-header {
.avatar_main(30px);
.cp-avatar {
justify-content: center;
font-size: 20px;
}
media-tag {
order: -1;
margin-right: 3px;
}
cursor: default !important;
font-size: 18px;
&:hover {
background-color: transparent !important;
}
}
.cp-team-list {
.cp-team-list-container {
display: flex;