We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effa6cc commit 8a0c202Copy full SHA for 8a0c202
public/ai-share/share.css
@@ -417,13 +417,30 @@ li, p {
417
height: auto;
418
}
419
420
+aside .title,
421
blockquote {
422
background-color: var(--primary-50);
423
border-left: 6px solid var(--primary-200);
424
padding: 0.5em 1em;
425
margin: 1em 0;
426
427
428
+aside .title + blockquote {
429
+ margin-top: 0;
430
+}
431
+
432
+aside .title {
433
+ margin: 0;
434
+ display: flex;
435
+ align-items: center;
436
437
438
+aside .title .avatar {
439
+ border-radius: 100%;
440
+ margin-right: 0.5em;
441
442
443
444
.lightbox-wrapper .meta svg, .lightbox-wrapper .meta .informations {
445
display: none;
446
0 commit comments