调整input元素包装器样式。
This commit is contained in:
parent
e1b366adb0
commit
67beb88583
|
@ -195,7 +195,7 @@
|
|||
.input_wrapper {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
align-items: center;
|
||||
gap: calc(var(--spacing) * 2);
|
||||
border: 1px solid oklch(from var(--color-bg) calc(l + (1 - l) * 0.1) c h);
|
||||
padding: calc(var(--spacing) * 2);
|
||||
|
|
Loading…
Reference in New Issue
Block a user