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 0043ee1e9b5ef1df9342df9a607ce447bc1ce6bf Author: Cécilia Bossard <bossard@codelutin.com> Date: Wed Mar 11 16:09:42 2020 +0100 ref #253 Menu sur la ligne --- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 1 - pollen-ui-riot-js/src/main/web/tag/poll/PollLine.tag.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html b/pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html index 9fbb0eaa..44b8dbff 100644 --- a/pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html @@ -52,7 +52,6 @@ import "./popup/ChoiceDetailModal.tag.html"; import "./popup/AddReportModal.tag.html"; import "./popup/ShowReportsModal.tag.html"; <Pollen class="body-wrapper colors-default"> - <PollenHeaderReboot/> <ConfirmPopup/> <ConfirmPopupReboot/> <InformationPopup/> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/PollLine.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/PollLine.tag.html index d51c0953..4b6ae491 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/PollLine.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/PollLine.tag.html @@ -62,7 +62,7 @@ import "../components/Avatar.tag.html"; </div> <div class="column author"> <Tooltip position="top" content="{opts.poll.creatorName}"> - <Avatar class="avatar" avatar={parent.opts.poll.creatorAvatar} name={parent.opts.poll.creatorName} rounded="true"/> + <Avatar class="avatar" avatar={parent.opts.poll.creatorAvatar} name={parent.opts.poll.creatorName} rounded="true" size="30px"/> </Tooltip> <span class="author-name">{opts.poll.creatorName}</span> </div> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.