Fix height of instance badge in comments
This commit is contained in:
@ -43,8 +43,8 @@
|
|||||||
|
|
||||||
&.comment-reply {
|
&.comment-reply {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-inline-start: 0.25rem solid var(--fg-muted-2);
|
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
|
border-inline-start: 0.25rem solid var(--fg-muted-2);
|
||||||
padding-inline-start: 1rem;
|
padding-inline-start: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -86,6 +86,7 @@
|
|||||||
padding: 0.25rem 0.75rem;
|
padding: 0.25rem 0.75rem;
|
||||||
color: var(--fg-color);
|
color: var(--fg-color);
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
|
line-height: normal;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -125,7 +126,6 @@
|
|||||||
|
|
||||||
time {
|
time {
|
||||||
grid-area: time;
|
grid-area: time;
|
||||||
color: var(--fg-muted-5);
|
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user