mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 07:58:24 +02:00
Fix sidebar scroll and grid issues
This commit is contained in:
parent
d3c81822e8
commit
17bea924b2
5 changed files with 34 additions and 8 deletions
|
@ -144,7 +144,7 @@
|
|||
[:div.delete-icon {:on-click (partial delete-export index)}
|
||||
i/minus]])
|
||||
|
||||
[:div.btn-large.btn-icon-dark.download-button
|
||||
[:div.btn-icon-dark.download-button
|
||||
{:on-click (when-not @loading? on-download)
|
||||
:class (dom/classnames
|
||||
:btn-disabled @loading?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue