0
Fork 0
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:
Pablo Alba 2023-05-18 09:54:33 +02:00 committed by Andrey Antukh
parent 65c695e830
commit 2704c3f3de

View file

@ -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;