diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-05-27 07:16:00 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-05-27 07:16:00 (GMT) |
commit | aeaa3ef7a62f2aba11df6e20262fd17cff0bf9e0 (patch) | |
tree | b897a9553c1fd9118eeea4bd449ee72bf73fa662 /Swift/resources/themes | |
parent | 8d697d9aa2f07a3222dea561174f063c382449f1 (diff) | |
download | swift-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
Diffstat (limited to 'Swift/resources/themes')
-rwxr-xr-x | Swift/resources/themes/Default/main.css | 4 |
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; } |