mirror of
https://github.com/penpot/penpot.git
synced 2025-04-13 15:31:26 -05:00
🐛 Fix libraries had different sizes
This commit is contained in:
parent
65c695e830
commit
2704c3f3de
1 changed files with 9 additions and 0 deletions
|
@ -358,6 +358,15 @@
|
|||
|
||||
// LIBRARY VIEW
|
||||
.grid-item {
|
||||
.library {
|
||||
height: 556px;
|
||||
}
|
||||
|
||||
.info-wrapper {
|
||||
border: 1px solid $color-gray-10;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
&.project-th.library {
|
||||
height: 610px;
|
||||
width: 300px;
|
||||
|
|
Loading…
Add table
Reference in a new issue