UX: improve appearance of attributed quote when sharing (#665)

This commit is contained in:
Kris 2024-06-11 12:06:57 -04:00 committed by GitHub
parent effa6cc59f
commit 8a0c2020f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

@ -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;
}