mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -05:00
ad sets-section wrapper
This commit is contained in:
parent
f052b75dac
commit
feb5cec84b
2 changed files with 14 additions and 13 deletions
|
@ -193,7 +193,8 @@
|
||||||
::mf/wrap-props false}
|
::mf/wrap-props false}
|
||||||
[_props]
|
[_props]
|
||||||
[:div {:class (stl/css :sidebar-tab-wrapper)}
|
[:div {:class (stl/css :sidebar-tab-wrapper)}
|
||||||
[:& sets-sidebar]
|
[:div {:class (stl/css :sets-section-wrapper)}
|
||||||
|
[:& sets-sidebar]]
|
||||||
[:div {:class (stl/css :tokens-section-wrapper)}
|
[:div {:class (stl/css :tokens-section-wrapper)}
|
||||||
[:& tokens-explorer]]
|
[:& tokens-explorer]]
|
||||||
[:button {:class (stl/css :download-json-button)
|
[:button {:class (stl/css :download-json-button)
|
||||||
|
|
|
@ -14,14 +14,14 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sets-sidebar {
|
.sets-section-wrapper {
|
||||||
position: relative;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
margin-bottom: $s-8;
|
||||||
width: 100%;
|
}
|
||||||
height: var(--height, $s-200);
|
|
||||||
overflow-y: auto;
|
.sets-sidebar {
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-header {
|
.sidebar-header {
|
||||||
|
|
Loading…
Add table
Reference in a new issue