fix: mobile - labelled avatar

This commit is contained in:
gaelle morin 2021-01-19 22:57:32 +01:00
parent 4145084319
commit 398dba539e
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
5 changed files with 9 additions and 9 deletions

6
package-lock.json generated
View File

@ -1159,9 +1159,9 @@
} }
}, },
"@startinblox/hubl-styling-framework": { "@startinblox/hubl-styling-framework": {
"version": "1.0.54", "version": "1.0.55",
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.54.tgz", "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.55.tgz",
"integrity": "sha512-CSHt71PGCtlbTLp+DXoSVgB8hxYiUd/9Dhzof5KOVFbfEf4Tiwgp85DRkLfN8X0rMA+JFKL024Yw1z8MXlJKyg==" "integrity": "sha512-amHi8b2adsx3qyMNLQcYBnYX17xO0eD+zR8x+HcWMVnQ1zP5xVdrrR0e/KPs9qwsTZGX7kYHCuxSoEr0l1s6yg=="
}, },
"@types/q": { "@types/q": {
"version": "1.5.4", "version": "1.5.4",

View File

@ -45,7 +45,7 @@
] ]
}, },
"dependencies": { "dependencies": {
"@startinblox/hubl-styling-framework": "^1.0.54", "@startinblox/hubl-styling-framework": "^1.0.55",
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"parcel-bundler": "^1.12.4", "parcel-bundler": "^1.12.4",

View File

@ -17,7 +17,7 @@ solid-router(default-route='circle-profile', hidden)
solid-widget(name='hubl-circle-team-contact') solid-widget(name='hubl-circle-team-contact')
template template
solid-link.icon.icon-secondary.hover.icon-speech.margin-left-xsmall(data-src='\${value}', next='messages') solid-link.icon.icon-secondary.hover.icon-speech.margin-left-xsmall.margin-right-medium(data-src='\${value}', next='messages')
div.segment.lg-full.sm-full.padding-large.sm-padding-xsmall.sm-padding-top-xlarge div.segment.lg-full.sm-full.padding-large.sm-padding-xsmall.sm-padding-top-xlarge
div#loader-circle-profile.loader div#loader-circle-profile.loader
@ -38,7 +38,7 @@ solid-router(default-route='circle-profile', hidden)
widget-creationDate='solid-display-value-date' widget-creationDate='solid-display-value-date'
) )
solid-ac-checker.segment.lg-half.sm-full.text-right.margin-bottom-large(permission='acl:Append', bind-resources, nested-field='members') solid-ac-checker.segment.lg-half.sm-full.text-right(permission='acl:Append', bind-resources, nested-field='members')
solid-ac-checker(permission='acl:Delete', bind-resources) solid-ac-checker(permission='acl:Delete', bind-resources)
solid-link(class='segment sm-full margin-bottom-large sm-margin-bottom-medium button text-xsmall text-bold text-uppercase text-center reversed color-secondary bordered icon icon-pencil' next='circle-edit' bind-resources data-trans='circle.profile.buttonModify') solid-link(class='segment sm-full margin-bottom-large sm-margin-bottom-medium button text-xsmall text-bold text-uppercase text-center reversed color-secondary bordered icon icon-pencil' next='circle-edit' bind-resources data-trans='circle.profile.buttonModify')
solid-ac-checker(no-permission='acl:Delete', bind-resources) solid-ac-checker(no-permission='acl:Delete', bind-resources)
@ -114,7 +114,7 @@ solid-router(default-route='circle-profile', hidden)
class-atom='icon icon-large icon-third mdi-atom margin-right-xxsmall' class-atom='icon icon-large icon-third mdi-atom margin-right-xxsmall'
class-user.communities='lg-full' class-user.communities='lg-full'
class-is_admin='segment margin-left-medium tag color-primary' class-is_admin='segment tag color-primary'
multiple-user.communities multiple-user.communities
multiple-user.communities-fields="community.name" multiple-user.communities-fields="community.name"

View File

@ -21,7 +21,7 @@ solid-router(default-route='project-profile', hidden)
solid-widget(name='hubl-project-team-contact') solid-widget(name='hubl-project-team-contact')
template template
solid-link.icon.icon-secondary.hover.icon-speech.margin-left-xsmall(data-src='\${value}', next='messages') solid-link.icon.icon-secondary.hover.icon-speech.margin-left-xsmall.margin-right-medium(data-src='\${value}', next='messages')
div.segment.lg-full.sm-full.padding-large.sm-padding-xsmall.sm-padding-top-xlarge div.segment.lg-full.sm-full.padding-large.sm-padding-xsmall.sm-padding-top-xlarge
div#loader-project-profile.loader div#loader-project-profile.loader

View File

@ -1,6 +1,6 @@
solid-widget(name='hubl-captain-contact') solid-widget(name='hubl-captain-contact')
template template
solid-link.icon.icon-secondary.hover.icon-speech.margin-left-xsmall(data-src='\${value}', next='messages') solid-link.icon.icon-secondary.hover.icon-speech.margin-left-xsmall.margin-right-medium(data-src='\${value}', next='messages')
solid-widget(name='hubl-captain') solid-widget(name='hubl-captain')
template template