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:
parent
87cd08539e
commit
eb97e721d1
|
@ -1230,8 +1230,12 @@ input:-webkit-autofill:active,
|
||||||
color: var(--color-text) !important;
|
color: var(--color-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.attention-header :first-child {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
.attention-icon {
|
.attention-icon {
|
||||||
margin: 2px 6px 0 0;
|
margin: auto 0.5em auto 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote.attention-note {
|
blockquote.attention-note {
|
||||||
|
|
Loading…
Reference in a new issue