mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
feat(ui): grow input when focused
When input is not in use (user not typing) reduce input size to minimum, only expand it when it's focused
This commit is contained in:
@@ -35,3 +35,11 @@ input.components-filterinput-wrapper {
|
||||
max-width: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
input.components-filterinput-wrapper {
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
input.components-filterinput-wrapper:focus {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user