summaryrefslogtreecommitdiff
path: root/static/js/pichat.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/pichat.js')
-rw-r--r--static/js/pichat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js
index 91e44a7..6d02f25 100644
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -18,7 +18,7 @@ Imgs = {
Anim = {
"chatThumbBig": {"width": "54px", "height": "54px", "right": "0px", "bottom": "2px"},
- "chatThumbTiny": {"width": "8px", "height": "8px", "right": "8px", "bottom": "8px"},
+ "chatThumbTiny": {"width": "16px", "height": "16px", "right": "8px", "bottom": "8px"},
"chatThumb": {"width": "16px", "height": "16px", "right": "4px", "bottom": "4px"},
"logThumb": {"width": "27px", "height": "27px", "marginRight": "0px", "marginTop": "0px"},
"logThumbBig": {"width": "64px", "height": "64px", "marginRight": "-2px", "marginTop": "-2px"}