Improve ownership UI

This commit is contained in:
yflory
2020-02-18 11:12:50 +01:00
parent 81a0bbb0ef
commit 0a45d48710
3 changed files with 71 additions and 48 deletions

View File

@@ -109,6 +109,29 @@
color: @colortheme_alertify-primary-text;
}
}
.fa-times {
padding-left: 5px;
cursor: pointer;
height: 100%;
line-height: 25px;
color: @cryptpad_text_col;
&:hover {
color: lighten(@cryptpad_text_col, 10%);
}
}
}
&.list {
.cp-usergrid-grid {
display: block;
}
.cp-usergrid-user {
width: auto;
max-width: calc(100% - 6px);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-flex;
}
}
}
}