feature: multiple small fixes and updates
This commit is contained in:
@ -13,7 +13,7 @@ solid-widget(name='hubl-captain')
|
||||
|
||||
class-segment2='segment lg-three-quarter margin-left-xsmall'
|
||||
class-line1='block'
|
||||
class-name='text-semibold text-color-heading text-sub'
|
||||
class-name='text-small text-semibold text-color-heading text-sub'
|
||||
class-line2='block'
|
||||
class-atom='icon icon-large icon-third mdi-atom margin-right-xxsmall'
|
||||
class-communities='lg-full'
|
||||
|
@ -1,2 +1,2 @@
|
||||
solid-widget(name='hubl-user-avatar')
|
||||
template ${value ? `<img src="${value}" />` : `<object type="image/svg+xml" data="/images/alien.svg"></object>`}
|
||||
template ${value ? `<img src="${value}" />` : `<img src="/images/alien.webp" />`}
|
Reference in New Issue
Block a user