patch: admin-project/circle - add margins on circle and project admins

This commit is contained in:
gaelle morin
2021-01-25 13:51:04 +01:00
parent b71a8de46e
commit 50f17053f3
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
solid-widget(name='hubl-circle-owner')
template
solid-display.labelled-avatar.two-lines(
solid-display.segment.block.margin-top-xxsmall.margin-bottom-xxsmall.labelled-avatar.two-lines(
data-src='${await value}'
fields='segment1(account.picture), segment2(line1(name), line2(at, username))'

View File

@ -40,7 +40,7 @@ div.segment.full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespac
solid-widget(name='hubl-project-captain')
template
solid-display.segment.labelled-avatar.two-lines.block(
solid-display.segment.margin-top-xxsmall.margin-bottom-xxsmall.labelled-avatar.two-lines.block(
data-src='${await value}'
fields='segment1(account.picture), segment2(line1(name), line2(at, username))'