Skip to content

Commit

Permalink
fix(iconpicker): search field and layout sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Mar 3, 2023
1 parent f302ebc commit 7dfe4d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/css/awesomePropsInternal.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ html, body {

#app-inner {
position: absolute;
width: 460px;
width: 560px;
height: 540px;
padding: 8px 0;
background-color: var(--ls-primary-background-color);
Expand Down Expand Up @@ -57,9 +57,9 @@ svg {
}

#icon-picker-search {
width: 94%;
width: 300px;
height: 30px;
margin: 0 0 8px 0;
margin: 0 50px 8px 50px;
padding: 0 4px;
font-family: var(--font-os-system);
font-size: 14px;
Expand All @@ -80,7 +80,7 @@ svg {
#icon-picker-list {
display: grid;
grid-gap: 8px;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(4, 1fr);
}

.icon-item {
Expand Down

0 comments on commit 7dfe4d5

Please sign in to comment.