mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 21:28:33 +02:00
✨ Fix grid gaps
This commit is contained in:
parent
444491f577
commit
fd1d564f03
5 changed files with 6 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
|||
background-color: $color-white;
|
||||
display: flex;
|
||||
height: 63px;
|
||||
padding: $x-small $small;
|
||||
padding: $x-small $medium $x-small $small;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
justify-content: space-between;
|
||||
|
|
|
@ -123,7 +123,6 @@
|
|||
display: flex;
|
||||
max-width: 324px;
|
||||
width: 324px;
|
||||
height: 100px;
|
||||
background-color: $color-white;
|
||||
flex-direction: column;
|
||||
padding: 12px;
|
||||
|
@ -139,7 +138,7 @@
|
|||
|
||||
.name {
|
||||
margin-top: 10px;
|
||||
font-size: $fs32;
|
||||
font-size: $fs28;
|
||||
color: $color-black;
|
||||
@include text-ellipsis;
|
||||
margin-right: 90px;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
border-top-right-radius: $br-huge;
|
||||
border-top-left-radius: $br-huge;
|
||||
flex: 1 0 0;
|
||||
margin-right: $small;
|
||||
margin-right: $medium;
|
||||
overflow-y: auto;
|
||||
|
||||
&.search {
|
||||
|
|
|
@ -247,8 +247,7 @@
|
|||
position: absolute;
|
||||
left: 0;
|
||||
z-index: 12;
|
||||
width: 200px;
|
||||
max-height: 30rem;
|
||||
max-height: 31rem;
|
||||
min-width: 7rem;
|
||||
overflow-y: auto;
|
||||
|
||||
|
@ -261,7 +260,7 @@
|
|||
cursor: pointer;
|
||||
font-size: $fs14;
|
||||
display: flex;
|
||||
padding: $small $small $small 25px;
|
||||
padding: $small $medium $small 25px;
|
||||
|
||||
&.selected {
|
||||
background-image: url(/images/icons/tick.svg);
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
li {
|
||||
cursor: pointer;
|
||||
font-size: $fs14;
|
||||
padding: $small $x-small;
|
||||
padding: $small;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue