branch feature/253-tuiles updated (2c77e0c1 -> 0043ee1e)
This is an automated email from the git hooks/post-receive script. New change to branch feature/253-tuiles in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 2c77e0c1 ref #253 Menu sur la ligne new 0043ee1e ref #253 Menu sur la ligne The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 0043ee1e9b5ef1df9342df9a607ce447bc1ce6bf Author: Cécilia Bossard <bossard@codelutin.com> Date: Wed Mar 11 16:09:42 2020 +0100 ref #253 Menu sur la ligne Summary of changes: 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(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm