diff --git a/src/views/partials/circle/page-circle-edit.pug b/src/views/partials/circle/page-circle-edit.pug index 019b580..47dfad2 100644 --- a/src/views/partials/circle/page-circle-edit.pug +++ b/src/views/partials/circle/page-circle-edit.pug @@ -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' diff --git a/src/views/partials/circle/page-circle-profile.pug b/src/views/partials/circle/page-circle-profile.pug index 2ab9c3a..adf07e2 100644 --- a/src/views/partials/circle/page-circle-profile.pug +++ b/src/views/partials/circle/page-circle-profile.pug @@ -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'