usergrid avatar display and scrolling

This commit is contained in:
David Benqué
2019-12-02 11:34:34 +00:00
parent 66073804ee
commit 1da5e8ac3c
3 changed files with 53 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
@import (reference) "./tools.less";
@import (reference) "./colortheme-all.less";
.avatar_vars(
@width: 30px
) {
@@ -35,10 +36,11 @@
}
.cp-avatar-default {
.tools_unselectable();
background: white;
color: black;
background: rgb(160, 160, 160); // XXX testing
color: @cryptpad_text_col; // XXX testing
font-size: @avatar-font-size;
font-size: var(--avatar-font-size);
text-transform: capitalize;
}
media-tag {
min-height: @avatar-width;