UX: improve appearance of attributed quote when sharing (#665)
This commit is contained in:
parent
effa6cc59f
commit
8a0c2020f2
|
@ -417,6 +417,7 @@ li, p {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
aside .title,
|
||||
blockquote {
|
||||
background-color: var(--primary-50);
|
||||
border-left: 6px solid var(--primary-200);
|
||||
|
@ -424,6 +425,22 @@ blockquote {
|
|||
margin: 1em 0;
|
||||
}
|
||||
|
||||
aside .title + blockquote {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
aside .title {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
aside .title .avatar {
|
||||
border-radius: 100%;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
.lightbox-wrapper .meta svg, .lightbox-wrapper .meta .informations {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue