Skip to content

Commit

Permalink
fix(ti): Fix Material sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Oct 28, 2024
1 parent 1d57398 commit 97c5030
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $chat-typingindicator-circle-border-radius: 999em !default;
$chat-messagelist-empty-message-font-size: 14px !default;
$chat-messagelist-empty-prompt-font-size: 12px !default;

$chat-typingindicator-bubble-height: 2.333333em !default;
$chat-typingindicator-bubble-width: 5em !default;
$chat-typingindicator-bubble-height: 2.153846em !default;
$chat-typingindicator-bubble-width: 4.615385em !default;
$chat-typingindicator-padding: $chat-messagegroup-padding !default;
}
9 changes: 6 additions & 3 deletions packages/devextreme/playground/jquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ <h1 style="position: fixed; left: 0; top: 0; clip: rect(1px, 1px, 1px, 1px);">Te
<div id="button"></div>
<script>
$(function() {
$("#button").dxButton({
text: 'Click me!',
onClick: function() { alert("clicked"); }
$("#button").dxChat({
typingUsers: [
{
name: 'User',
},
],
});
});
</script>
Expand Down

0 comments on commit 97c5030

Please sign in to comment.