mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 04:41:37 +02:00
💄 Increase size of library elements list
This commit is contained in:
parent
91d4417859
commit
1bc9adf51d
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@
|
||||||
.library-elements {
|
.library-elements {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 85%;
|
height: calc(95% - 1rem);
|
||||||
|
margin-bottom: 1rem;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue