style updates
This commit is contained in:
parent
3e1f6cdf4d
commit
4a33e4dce5
1 changed files with 7 additions and 11 deletions
|
@ -179,8 +179,9 @@ $thumbnailWidthSmall: 1rem;
|
|||
}
|
||||
|
||||
.comment__meta-information {
|
||||
justify-content: flex-start;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
@ -192,13 +193,6 @@ $thumbnailWidthSmall: 1rem;
|
|||
}
|
||||
}
|
||||
|
||||
.comment__creator {
|
||||
.icon {
|
||||
padding-top: 1px;
|
||||
stroke: var(--color-primary);
|
||||
}
|
||||
}
|
||||
|
||||
.comment__message {
|
||||
word-break: break-word;
|
||||
max-width: 35rem;
|
||||
|
@ -223,11 +217,13 @@ $thumbnailWidthSmall: 1rem;
|
|||
}
|
||||
|
||||
.comment__author--creator {
|
||||
@extend .comment__meta-information;
|
||||
padding-left: var(--spacing-xxs);
|
||||
padding-right: var(--spacing-xxs);
|
||||
padding: 0 3px;
|
||||
background-color: var(--color-primary-alt);
|
||||
border-radius: var(--border-radius);
|
||||
|
||||
&.button--uri-indicator {
|
||||
color: var(--color-link);
|
||||
}
|
||||
}
|
||||
|
||||
.comment__time {
|
||||
|
|
Loading…
Reference in a new issue