feature: multiple small fixes and updates

This commit is contained in:
gaelle morin
2021-01-21 14:58:43 +01:00
parent 398dba539e
commit ef2b2295e4
25 changed files with 78 additions and 262 deletions

View File

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

View File

@ -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" />`}