mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 19:46:10 +02:00
🐛 Fix search bar width on layer tab
This commit is contained in:
parent
2e461b3070
commit
3dcd640a99
2 changed files with 9 additions and 0 deletions
|
@ -378,6 +378,8 @@ span.element-name {
|
|||
background-color: $color-gray-50;
|
||||
color: $color-white;
|
||||
font-size: $fs12;
|
||||
flex-grow: 1;
|
||||
margin: 0;
|
||||
height: 16px;
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
@ -386,10 +388,16 @@ span.element-name {
|
|||
div {
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.filter,
|
||||
.clear {
|
||||
width: 35px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
&.active {
|
||||
svg {
|
||||
fill: $color-primary;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue