diff --git a/Moo.ChatBubble.css b/Moo.ChatBubble.css index 453c7f2..0e6d4b6 100644 --- a/Moo.ChatBubble.css +++ b/Moo.ChatBubble.css @@ -138,9 +138,9 @@ color: #029235; /* animated typing dogs */ .bubbleTyping { - width: 68px; + width: 40px; padding: 14px 16px; - height: 35px; + height: 8px; } .bubbleTyping.preBubble, .chatBubble.preBubble { diff --git a/Moo.ChatBubble.html b/Moo.ChatBubble.html deleted file mode 100644 index e22b60f..0000000 --- a/Moo.ChatBubble.html +++ /dev/null @@ -1,45 +0,0 @@ - - - Moo.ChatBubble DEMO - - - - - - - - - - - - - - - - - - - -
-
-

Moo.ChatBubble DEMO

-
-
-
-
-
-
-
- -
- - - \ No newline at end of file diff --git a/Moo.ChatBubble.js b/Moo.ChatBubble.js index 497b48f..6341702 100644 --- a/Moo.ChatBubble.js +++ b/Moo.ChatBubble.js @@ -6,7 +6,7 @@ var chatBubble = new Class({ scrollSensitivity: 1000, mediumBubble: { charLength: [80, 120], - width: 450 + width: 350 }, contentWidthShim: 50 }, diff --git a/demo/Moo.ChatBubble.html b/demo/Moo.ChatBubble.html new file mode 100644 index 0000000..b96ddcb --- /dev/null +++ b/demo/Moo.ChatBubble.html @@ -0,0 +1,49 @@ + + + Moo.ChatBubble DEMO + + + + + + + + + + + + + + + + + + + +
+
+

Moo.ChatBubble DEMO

+
+
+
+
+
+
+
+ +
+ + + \ No newline at end of file