From c600b3fa8bef6d3717f5d4bd23827ff03267eb16 Mon Sep 17 00:00:00 2001 From: Dmitri Date: Wed, 22 Feb 2017 19:21:57 +0700 Subject: [PATCH] Half-decent demo continuing --- Moo.ChatBubble.css | 4 ++-- Moo.ChatBubble.html | 45 ------------------------------------ Moo.ChatBubble.js | 2 +- demo/Moo.ChatBubble.html | 49 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 48 deletions(-) delete mode 100644 Moo.ChatBubble.html create mode 100644 demo/Moo.ChatBubble.html 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