fix: new classes added to admin-project (end)
This commit is contained in:
parent
18bea2e3e6
commit
985764874a
@ -71,7 +71,6 @@
|
|||||||
/* Styles of the table and its elements */
|
/* Styles of the table and its elements */
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
border-bottom: 1px solid var(--color-table-border);
|
|
||||||
border-left: 1px solid var(--color-table-border);
|
border-left: 1px solid var(--color-table-border);
|
||||||
border-right: 1px solid var(--color-table-border);
|
border-right: 1px solid var(--color-table-border);
|
||||||
}
|
}
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
sib-widget(name='hubl-project-captain')
|
sib-widget(name='hubl-project-captain')
|
||||||
template
|
template
|
||||||
sib-display.user-thumb(
|
sib-display.user-thumb.is-spaced(
|
||||||
data-src='${await value}'
|
data-src='${await value}'
|
||||||
fields='account.picture, sup(name), sub(username)'
|
fields='account.picture, sup(name), sub(username)'
|
||||||
|
|
||||||
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
sib-widget(name='hubl-project-admins')
|
sib-widget(name='hubl-project-admins')
|
||||||
template
|
template
|
||||||
sib-display(
|
sib-display.user-thumb.is-spaced(
|
||||||
data-src='${value}'
|
data-src='${value}'
|
||||||
fields='user'
|
fields='user'
|
||||||
search-fields='is_admin'
|
search-fields='is_admin'
|
||||||
|
Loading…
Reference in New Issue
Block a user