tweaks in attr list sizing

This commit is contained in:
zadam 2020-08-12 21:36:43 +02:00
parent ae909d1079
commit eaac65142f

View file

@ -33,7 +33,8 @@ const TPL = `
display: flex; display: flex;
flex-direction: row; flex-direction: row;
color: var(--muted-text-color); color: var(--muted-text-color);
font-size: small; font-size: 90%;
margin: 3px 0 3px 0;
} }
.attribute-list hr { .attribute-list hr {