commit
ec0727fc95
|
@ -1,3 +1,3 @@
|
|||
figure.avatar
|
||||
div.avatar
|
||||
img(src!="<%- imgurl %>", alt!="<%- name %>")
|
||||
figcaption <%- name %>
|
||||
span.avatar-caption <%- name %>
|
||||
|
|
|
@ -87,14 +87,13 @@
|
|||
img {
|
||||
width: 35px;
|
||||
}
|
||||
figcaption {
|
||||
display: flex;
|
||||
flex-basis: 60%;
|
||||
.avatar-caption {
|
||||
display: block;
|
||||
margin-left: .5rem;
|
||||
max-width: 60%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue