patch: unused styles and widgets removed
This commit is contained in:
parent
a8789efa66
commit
cb583684d9
@ -20,7 +20,7 @@
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
hubl-community-logo {
|
hubl-admin-community-logo {
|
||||||
max-height: 76px;
|
max-height: 76px;
|
||||||
width: 206px;
|
width: 206px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
if componentSet.has('admin') && componentSet.has('circles')
|
|
||||||
solid-widget(name='hubl-admin-circle-user-counter-alternate')
|
|
||||||
template
|
|
||||||
div
|
|
||||||
span.icon.icon-people.icon-third.icon-large.margin-right-xsmall
|
|
||||||
solid-display(
|
|
||||||
fields=''
|
|
||||||
data-src="${src}"
|
|
||||||
nested-field="circle.members"
|
|
||||||
counter-template="\\\${counter}"
|
|
||||||
)
|
|
||||||
span members
|
|
@ -1,2 +0,0 @@
|
|||||||
solid-widget(name='hubl-community-logo')
|
|
||||||
template ${value != "" ? `<img src="${value}" />` : `<img src="/images/alien.webp" />`}
|
|
Loading…
Reference in New Issue
Block a user