mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
🐛 Fix library list spacing
This commit is contained in:
parent
44102050ee
commit
24dc40a1b0
1 changed files with 7 additions and 2 deletions
|
@ -693,8 +693,8 @@
|
||||||
.section-list-item {
|
.section-list-item {
|
||||||
padding: $size-4 0;
|
padding: $size-4 0;
|
||||||
border-bottom: 1px solid $color-gray-20;
|
border-bottom: 1px solid $color-gray-20;
|
||||||
position: relative;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
.item-name {
|
.item-name {
|
||||||
|
@ -711,7 +711,6 @@
|
||||||
|
|
||||||
.item-button {
|
.item-button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: absolute;
|
|
||||||
top: $size-4;
|
top: $size-4;
|
||||||
right: 0;
|
right: 0;
|
||||||
border: 1px solid $color-primary;
|
border: 1px solid $color-primary;
|
||||||
|
@ -720,6 +719,7 @@
|
||||||
background: $color-primary;
|
background: $color-primary;
|
||||||
color: $color-black;
|
color: $color-black;
|
||||||
padding: $size-2;
|
padding: $size-2;
|
||||||
|
margin-bottom: 0;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $color-primary;
|
color: $color-primary;
|
||||||
|
@ -770,6 +770,11 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& .search-icon {
|
& .search-icon {
|
||||||
|
|
Loading…
Add table
Reference in a new issue