mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 05:38:28 +02:00
✨ Remove workspace partial scss stylesheet
This commit is contained in:
parent
ce9fb80558
commit
c9258b5526
13 changed files with 131 additions and 341 deletions
|
@ -86,8 +86,9 @@
|
|||
[:& palette {:layout layout
|
||||
:on-change-palette-size on-resize-palette}])
|
||||
|
||||
[:section.workspace-content
|
||||
[:section
|
||||
{:key (dm/str "workspace-" page-id)
|
||||
:class (stl/css :workspace-content)
|
||||
:ref node-ref}
|
||||
|
||||
[:section {:class (stl/css :workspace-viewport)}
|
||||
|
@ -203,9 +204,9 @@
|
|||
[:& (mf/provider ctx/current-page-id) {:value page-id}
|
||||
[:& (mf/provider ctx/components-v2) {:value components-v2?}
|
||||
[:& (mf/provider ctx/workspace-read-only?) {:value read-only?}
|
||||
[:section#workspace-refactor {:class (stl/css :workspace)
|
||||
:style {:background-color background-color
|
||||
:touch-action "none"}}
|
||||
[:section {:class (stl/css :workspace)
|
||||
:style {:background-color background-color
|
||||
:touch-action "none"}}
|
||||
[:& context-menu]
|
||||
|
||||
(if ^boolean file-ready?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue