mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 11:58:31 +02: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
|
// LIBRARY VIEW
|
||||||
.grid-item {
|
.grid-item {
|
||||||
|
.library {
|
||||||
|
height: 556px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-wrapper {
|
||||||
|
border: 1px solid $color-gray-10;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
&.project-th.library {
|
&.project-th.library {
|
||||||
height: 610px;
|
height: 610px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue