Skip to content

Commit

Permalink
Update Chat header styles for improved spacing and layout consistency
Browse files Browse the repository at this point in the history
- Increased padding in the header_chat class from 32px to 40px for better spacing.
- Adjusted margin-bottom to 1px and set height to 79px for the header_chat, enhancing visual consistency.

These changes contribute to a more cohesive and visually appealing Chat interface, improving overall user experience.
  • Loading branch information
trheyi committed Dec 24, 2024
1 parent b847317 commit 0c0112a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/xgen/components/base/Page/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.header_chat {
padding: 0 32px;
padding: 0 40px;
}
}
}
Expand Down Expand Up @@ -79,7 +79,8 @@
}

.header_chat {
margin-bottom: 0;
margin-bottom: 1px;
height: 79px;
}
}
}

0 comments on commit 0c0112a

Please sign in to comment.