feature: missing blocks added

This commit is contained in:
gaelle morin 2021-01-22 16:30:39 +01:00
parent 8ff5f07d0d
commit 7e9e5f589e
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
2 changed files with 6 additions and 6 deletions

View File

@ -75,7 +75,7 @@ div.segment.full.padding-large.whitespace-normal
h3.segment.full.padding-bottom-small.border-bottom.border-color-grey.text-color-heading.text-bold.text-letter-spacing-large(data-trans='circle.edit.subTitle')
solid-ac-checker(permission='acl:Append', bind-resources, nested-field='members')
solid-form.block.segment.margin-bottom-xlarge.form(
solid-form.segment.block.margin-bottom-xlarge.form(
bind-resources
nested-field='members'
fields='user'
@ -108,10 +108,10 @@ div.segment.full.padding-large.whitespace-normal
class-user.account.picture='avatar'
class-segment2='segment three-quarter margin-left-xsmall'
class-line1='block'
class-line1='segment block'
class-user.name='text-small text-semibold text-color-heading text-sub margin-right-medium'
class-is_admin='segment tag color-primary'
class-line2='block'
class-line2='segment block'
class-atom='icon icon-large icon-third mdi-atom margin-right-xxsmall'
class-user.communities='full'

View File

@ -3,7 +3,7 @@ solid-router(default-route='circle-profile', hidden)
solid-route(name='circle-edit')
#circle-profile(hidden, data-view="circle-profile")
solid-ac-checker.block(permission='acl:Read', bind-resources)
solid-ac-checker.segment.block(permission='acl:Read', bind-resources)
div.segment.full.padding-large.sm-padding-top-small.sm-padding-right-xsmall.sm-padding-bottom-small.sm-padding-left-xsmall.border-bottom.border-color-grey.whitespace-normal
solid-display.text-xxlarge.text-letter-spacing-large(
bind-resources
@ -116,9 +116,9 @@ solid-router(default-route='circle-profile', hidden)
class-user.account.picture='avatar'
class-segment2='segment three-quarter margin-left-xsmall'
class-line1='block'
class-line1='segment block'
class-user.name='text-small text-semibold text-color-heading text-sub'
class-line2='block'
class-line2='segment block'
class-atom='icon icon-large icon-third mdi-atom margin-right-xxsmall'
class-user.communities='full'