mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Example styling
This commit is contained in:
parent
c2a045ad5b
commit
636c3b822c
1 changed files with 5 additions and 1 deletions
|
@ -177,7 +177,11 @@
|
|||
[:div
|
||||
{:style {:display "flex"
|
||||
:flex-direction "column"
|
||||
:gap "10px"}}
|
||||
:gap "10px"
|
||||
:max-height "350px"
|
||||
:overflow "auto"
|
||||
:border-bottom "2px solid grey"
|
||||
:padding "10px"}}
|
||||
|
||||
(str "Themes (selected: " selected-theme-id ")")
|
||||
[:div
|
||||
|
|
Loading…
Add table
Reference in a new issue