mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 07:51:39 +02:00
📚 Add info for copy/paste options (#5803)
This commit is contained in:
parent
7fd0ca2243
commit
7d52b55d21
6 changed files with 48 additions and 4 deletions
|
@ -103,7 +103,6 @@ title: 04· Layer basics
|
|||
<p>At the dropdown menu (right click on a layer to show it) there's the option "Select layer" that allows the user to select one layer among the ones that are under the cursor's location.</p>
|
||||
<p><img src="/img/layers-select-menu.gif" alt="layers select" /></p>
|
||||
|
||||
|
||||
<h2 id="group-layers">Group layers</h2>
|
||||
<p>Grouped layers can be moved, transformed or styled at the same time. </p>
|
||||
<ul>
|
||||
|
@ -128,7 +127,6 @@ title: 04· Layer basics
|
|||
</video>
|
||||
</figure>
|
||||
|
||||
|
||||
<h2 id="move-layers">Move layers</h2>
|
||||
<p>To move one or more layers on the viewport you have to select them first and then click and drag the selection where you want to place them. You can also use the design panel to set a precise position relative to the viewport or the board.</p>
|
||||
<figure>
|
||||
|
@ -137,7 +135,6 @@ title: 04· Layer basics
|
|||
</video>
|
||||
</figure>
|
||||
|
||||
|
||||
<h2 id="resize-layers">Resize layers</h2>
|
||||
<p>To resize a selected layer you can use the handles at the edges of the selection box. Make sure the cursor is in resizing mode. You can also use the design panel where you can link width and height.</p>
|
||||
<ul>
|
||||
|
@ -204,6 +201,18 @@ title: 04· Layer basics
|
|||
</video>
|
||||
</figure>
|
||||
|
||||
<h2 id="scale-elements">Copy CSS properties</h2>
|
||||
<p>To copy CSS properties from layers:</p>
|
||||
<ol>
|
||||
<li>Select one or more layers.</li>
|
||||
<li>Right click to show the layer menu.</li>
|
||||
<li>Press <strong>Copy/Paste as... > Copy as CSS</strong> in case you only want to get the CSS properties from the selected layer/s.</li>
|
||||
<li>Press <strong>Copy/Paste as... > Copy as CSS (nested layers)</strong> in case you only want to get the CSS properties from the selected layer/s and all the contained layers.</li>
|
||||
</ol>
|
||||
<figure>
|
||||
<img alt="Copy CSS properties" src="/img/layers/copy-css.webp"/>
|
||||
</figure>
|
||||
|
||||
<h2 id="collapse-groups">Collapse groups and boards</h2>
|
||||
<p>Groups and boards can have their contents expanded and collapsed. Click on the arrow at the
|
||||
right side to toggle the visibility of their contents. </p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue