mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added min-height
This commit is contained in:
parent
fa22d4596e
commit
3498915234
@ -11,7 +11,11 @@
|
||||
transition: height 150ms ease-in-out;
|
||||
|
||||
.ant-input {
|
||||
position: relative;
|
||||
|
||||
height: 100%;
|
||||
min-height: 4.5vh;
|
||||
|
||||
width: 100%;
|
||||
|
||||
padding: 5px 10px;
|
||||
@ -20,18 +24,18 @@
|
||||
border-color: transparent !important;
|
||||
box-shadow: none;
|
||||
|
||||
border-radius: 3px 0 0;
|
||||
|
||||
transition: height 150ms linear;
|
||||
}
|
||||
|
||||
.ant-btn {
|
||||
position: relative;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
min-height: 4.5vh;
|
||||
|
||||
border-radius: 0 10px 10px 0;
|
||||
border: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user