UI: Web Assets v2 upgrade #85

Merged
Márton Lente merged 52 commits from martonlente/extensions-website:ui/web-assets-v2-upgrade into main 2024-04-30 17:57:33 +02:00
Showing only changes of commit d03d345d2b - Show all commits

View File

@ -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