diff --git a/src/page-circle-edit.pug b/src/page-circle-edit.pug index 3661352..f03f232 100644 --- a/src/page-circle-edit.pug +++ b/src/page-circle-edit.pug @@ -5,7 +5,7 @@ sib-widget(name='hd-user-groups') template ${await value.name} - sib-widget(name='team-template') + sib-widget(name='team-template-edit') template sib-display( data-src='${await value.user}' @@ -65,5 +65,5 @@ fields='members' multiple-members='' - widget-members='team-template' + widget-members='team-template-edit' ) diff --git a/src/styles/layout/circle-profile/circle-edit.scss b/src/styles/layout/circle-profile/circle-edit.scss index 1b182fb..1c3fe92 100644 --- a/src/styles/layout/circle-profile/circle-edit.scss +++ b/src/styles/layout/circle-profile/circle-edit.scss @@ -25,7 +25,7 @@ h2 { } } -.table-body div team-template { +.table-body div team-template-edit { display: flex; justify-content: space-between; @@ -56,13 +56,13 @@ h2 { } } -sib-multiple[widget='team-template'] { +sib-multiple[widget='team-template-edit'] { label { display: none; } - >div>team-template>sib-display>div { + >div>team-template-edit>sib-display>div { display: grid; grid-column-gap: 1.6rem; grid-template-columns: 7vh auto;