UI: Web Assets v2 upgrade #85
@ -53,6 +53,9 @@
|
|||||||
width: 3.2rem
|
width: 3.2rem
|
||||||
z-index: -1
|
z-index: -1
|
||||||
|
|
||||||
|
.activity-icon
|
||||||
|
top: 1.2rem
|
||||||
|
|
||||||
.profile-avatar
|
.profile-avatar
|
||||||
border: var(--border-width) solid var(--border-color)
|
border: var(--border-width) solid var(--border-color)
|
||||||
background-color: var(--border-color)
|
background-color: var(--border-color)
|
||||||
@ -60,8 +63,9 @@
|
|||||||
.comment-card
|
.comment-card
|
||||||
&:after
|
&:after
|
||||||
top: 3.2rem
|
top: 3.2rem
|
||||||
|
|
||||||
.activity-icon
|
.activity-icon
|
||||||
top: 2.0rem
|
top: 2.2rem
|
||||||
|
|
||||||
.activity-status-change
|
.activity-status-change
|
||||||
color: var(--color-text-tertiary)
|
color: var(--color-text-tertiary)
|
||||||
@ -94,11 +98,11 @@
|
|||||||
color: var(--color-text-tertiary)
|
color: var(--color-text-tertiary)
|
||||||
display: flex
|
display: flex
|
||||||
font-size: var(--fs-sm)
|
font-size: var(--fs-sm)
|
||||||
height: 1.8rem
|
height: var(--spacer-4)
|
||||||
justify-content: center
|
justify-content: center
|
||||||
left: -.66rem
|
left: -.66rem
|
||||||
position: absolute
|
position: absolute
|
||||||
width: 1.8rem
|
width: var(--spacer-4)
|
||||||
|
|
||||||
/* Comment form */
|
/* Comment form */
|
||||||
.comment-form
|
.comment-form
|
||||||
|
Loading…
Reference in New Issue
Block a user