mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 21:25:17 +01:00
(Re-)implement default avatar using user initials
We use a embedded svg to scale the initials text to its container size. The user is free to overwrite its initials in the profile form.
This commit is contained in:
parent
0b6c229b6c
commit
765b0168ea
6 changed files with 91 additions and 43 deletions
|
|
@ -218,22 +218,24 @@ $popupWidth = 300px
|
|||
.pop-over-list
|
||||
padding-top: 8px
|
||||
|
||||
.mini-profile-info
|
||||
margin-top: 8px
|
||||
min-height: 56px
|
||||
position: relative
|
||||
.miniprofile-header
|
||||
margin-top: 8px
|
||||
min-height: 56px
|
||||
position: relative
|
||||
|
||||
.member-large
|
||||
position: absolute
|
||||
top: 2px
|
||||
left: 2px
|
||||
.member
|
||||
position: absolute
|
||||
top: 2px
|
||||
left: 2px
|
||||
height: 50px
|
||||
width: @height
|
||||
|
||||
.info
|
||||
margin: 0 0 0 64px
|
||||
word-wrap: break-word
|
||||
.info
|
||||
margin: 0 0 0 64px
|
||||
word-wrap: break-word
|
||||
|
||||
h3 a
|
||||
text-decoration: none
|
||||
h3 a
|
||||
text-decoration: none
|
||||
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue