From 2b54d28e975cb5fe36850b633f948952b58ef628 Mon Sep 17 00:00:00 2001
From: Tobias Markmann <tm@ayena.de>
Date: Mon, 23 May 2016 18:00:36 +0200
Subject: Move avatars slightly to left in chat view to overlay swatch

Without this adjustment the blue/green swatches are slightly
visible left of the circled avatars.

Test-Information:

Tested with Qt 5.4.2 on OS X 10.11.5 in MUCs and 1-to-1 chats.

Change-Id: Id86d9228a0eeacfe9a7d86831537795ce4d5d461

diff --git a/Swift/resources/themes/Default/main.css b/Swift/resources/themes/Default/main.css
index 5db69d7..529f6f5 100644
--- a/Swift/resources/themes/Default/main.css
+++ b/Swift/resources/themes/Default/main.css
@@ -148,12 +148,15 @@ body {
 .myavatar img {
     border-radius: 50%;
     height: 32px;
+    position: relative;
+    left: -1px;
 }
 
 .otheravatar img {
     border-radius: 50%;
     height: 32px;
-    margin-left: -1px;
+    position: relative;
+    left: -1px;
 }
 
 .myright {
-- 
cgit v0.10.2-6-g49f6