mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
fix(InputbarCore): 添加 box-sizing 样式以确保输入栏尺寸计算正确
This commit is contained in:
parent
b3cf67fac0
commit
61b3cffeaa
@ -728,6 +728,7 @@ const Container = styled.div`
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
padding: 0 18px 18px 18px;
|
||||
box-sizing: border-box;
|
||||
[navbar-position='top'] & {
|
||||
padding: 0 18px 10px 18px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user