mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 04:28:31 +02:00
🐧 adds layout for libraries sidebar
This commit is contained in:
parent
c09fe46790
commit
4102dca55c
12 changed files with 187 additions and 40 deletions
|
@ -13,6 +13,7 @@
|
|||
flex-direction: row;
|
||||
font-size: 12px;
|
||||
height: 2.5rem;
|
||||
padding: 0 0.25rem;
|
||||
}
|
||||
|
||||
.tab-container-tab-title {
|
||||
|
@ -29,3 +30,14 @@
|
|||
background: $color-gray-50;
|
||||
}
|
||||
}
|
||||
|
||||
.tab-container-content {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tab-element, .tab-element-content {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue