Align callout icons with the callout text

Adjust some CSS so that callout/attention icons line up better with the
text of the attention header.

Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
This commit is contained in:
Gergely Nagy 2024-03-23 18:42:38 +01:00
parent 87cd08539e
commit eb97e721d1
No known key found for this signature in database

View file

@ -1230,8 +1230,12 @@ input:-webkit-autofill:active,
color: var(--color-text) !important;
}
.attention-header :first-child {
display: flex;
}
.attention-icon {
margin: 2px 6px 0 0;
margin: auto 0.5em auto 0;
}
blockquote.attention-note {