summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-05-27 07:16:00 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-05-27 07:16:00 (GMT)
commitaeaa3ef7a62f2aba11df6e20262fd17cff0bf9e0 (patch)
treeb897a9553c1fd9118eeea4bd449ee72bf73fa662
parent8d697d9aa2f07a3222dea561174f063c382449f1 (diff)
downloadswift-aeaa3ef7a62f2aba11df6e20262fd17cff0bf9e0.zip
swift-aeaa3ef7a62f2aba11df6e20262fd17cff0bf9e0.tar.bz2
Fix avatar sizing and scaling in chats.
You'll need to rm Swift/QtUI/qrc_* to pick this up. Resolves: #339
-rwxr-xr-xSwift/resources/themes/Default/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/resources/themes/Default/main.css b/Swift/resources/themes/Default/main.css
index c2ce2d5..9e263bf 100755
--- a/Swift/resources/themes/Default/main.css
+++ b/Swift/resources/themes/Default/main.css
@@ -150,8 +150,8 @@ body {
}
.chatItem .avatar {
- width:26px;
- height:26px;
+ max-width:32px;
+ max-height:32px;
float:left;
}