style updates

This commit is contained in:
Sean Yesmunt 2021-04-05 14:13:27 -04:00
parent 3e1f6cdf4d
commit 4a33e4dce5

View file

@ -179,8 +179,9 @@ $thumbnailWidthSmall: 1rem;
} }
.comment__meta-information { .comment__meta-information {
justify-content: flex-start;
display: flex; display: flex;
justify-content: flex-start;
align-items: center;
height: 100%; height: 100%;
} }
@ -192,13 +193,6 @@ $thumbnailWidthSmall: 1rem;
} }
} }
.comment__creator {
.icon {
padding-top: 1px;
stroke: var(--color-primary);
}
}
.comment__message { .comment__message {
word-break: break-word; word-break: break-word;
max-width: 35rem; max-width: 35rem;
@ -223,11 +217,13 @@ $thumbnailWidthSmall: 1rem;
} }
.comment__author--creator { .comment__author--creator {
@extend .comment__meta-information; padding: 0 3px;
padding-left: var(--spacing-xxs);
padding-right: var(--spacing-xxs);
background-color: var(--color-primary-alt); background-color: var(--color-primary-alt);
border-radius: var(--border-radius); border-radius: var(--border-radius);
&.button--uri-indicator {
color: var(--color-link);
}
} }
.comment__time { .comment__time {