This is an automated email from the git hooks/post-receive script. New commit to branch feature/253-tuiles in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit b6d1a441de5677d3484ee72d73bbc763da6f2559 Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 16 16:18:51 2020 +0100 Force les avatars à 30px --- pollen-ui-riot-js/src/main/web/tag/components/Avatar.tag.html | 4 ++-- pollen-ui-riot-js/src/main/web/tag/components/LetterAvatar.tag.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/components/Avatar.tag.html b/pollen-ui-riot-js/src/main/web/tag/components/Avatar.tag.html index 4baaa4f3..3cf34d15 100644 --- a/pollen-ui-riot-js/src/main/web/tag/components/Avatar.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/components/Avatar.tag.html @@ -41,8 +41,8 @@ import "./LetterAvatar.tag.html"; <style> .avatar-avatar { - width: 100%; - height: 100%; + width: 30px; + height: 30px; } .avatar-avatar.rounded { diff --git a/pollen-ui-riot-js/src/main/web/tag/components/LetterAvatar.tag.html b/pollen-ui-riot-js/src/main/web/tag/components/LetterAvatar.tag.html index 046b59af..7c875c9f 100644 --- a/pollen-ui-riot-js/src/main/web/tag/components/LetterAvatar.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/components/LetterAvatar.tag.html @@ -56,8 +56,8 @@ <style> .svg { - width: 2em; - height: 2em; + width: 30px; + height: 30px; border-radius: 0; } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.