Skip to content

Commit f61b1a3

Browse files
committed
remove most of bubble padding around assistant message
1 parent 09978c2 commit f61b1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chat/chat_panel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ live_design! {
122122
main_section = {
123123
body_section = {
124124
bubble = {
125-
padding: {left: 0}
125+
padding: {left: 0, bottom: 0, top: 0}
126126
markdown_message_container = {
127127
markdown_message = {
128128
draw_normal: {

0 commit comments

Comments
 (0)