patch: unused styles and widgets removed

This commit is contained in:
gaelle morin 2021-03-26 23:15:27 +01:00
parent a8789efa66
commit cb583684d9
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
3 changed files with 1 additions and 15 deletions

View File

@ -20,7 +20,7 @@
text-decoration: underline;
}
hubl-community-logo {
hubl-admin-community-logo {
max-height: 76px;
width: 206px;
max-width: 100%;

View File

@ -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

View File

@ -1,2 +0,0 @@
solid-widget(name='hubl-community-logo')
template ${value != "" ? `<img src="${value}" />` : `<img src="/images/alien.webp" />`}