changeset 87732de4bb2f in bugs.tryton.org:default
details: https://hg.tryton.org/bugs.tryton.org?cmd=changeset;node=87732de4bb2f
description:
        Align bot image with other gravatar
diffstat:

 static/style.css |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 9359a26aa22c -r 87732de4bb2f static/style.css
--- a/static/style.css  Wed Jan 20 23:51:58 2021 +0100
+++ b/static/style.css  Sun Jan 24 20:58:13 2021 +0100
@@ -79,6 +79,11 @@
   white-space: pre-wrap;
 }
 
+.bot img {
+  margin-left: calc(10px + .25rem) !important;
+  margin-right: calc(10px + .25rem) !important;
+}
+
 .bot .msg {
   background-color: transparent;
   border: 0;

Reply via email to