You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/02-Live Preview/03-styles-bar.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,9 +125,16 @@ The **Outline** tab has the same style, width, and color options, plus:
125
125
126
126
<!-- TODO: PLUTO - add image here showing the border and outline popover -->
127
127
128
-
## Margin & Padding
128
+
## Box Model
129
129
130
-
The popover has two tabs, **Padding** and **Margin**. Each tab shows four fields for the top, right, bottom, and left sides, arranged around a frame just like they sit on the page.
130
+
The popover has three tabs, **Size**, **Padding**, and **Margin**. They sit together because they measure one element from the inside out.
131
+
132
+
The **Size** tab:
133
+
134
+
-**Width and Height**: The element's size. Empty fields show the current size of the element as placeholders.
135
+
-**Min / max**: Click the chip to set minimum and maximum size limits. This is very useful for creating responsive web pages.
136
+
137
+
The **Padding** and **Margin** tabs each show four fields for the top, right, bottom, and left sides, arranged around a frame just like they sit on the page.
131
138
132
139
> Padding is the space inside the element, between its content and its border. Margin is the space outside it.
133
140
@@ -139,16 +146,11 @@ The button in the center of the frame controls how the sides are linked:
139
146
140
147
Linked fields are color coded so you can see which sides move together.
141
148
142
-
<!-- TODO: PLUTO - add image here showing the margin and padding popover -->
149
+
<!-- TODO: PLUTO - add image here showing the box model popover -->
143
150
144
151
## Layout
145
152
146
-
The popover has three tabs, **Size**, **Display**, and **Position**.
147
-
148
-
The **Size** tab:
149
-
150
-
-**Width and Height**: The element's size. Empty fields show the current size of the element as placeholders.
151
-
-**Min / max**: Click the chip to set minimum and maximum size limits. This is very useful for creating responsive web pages.
153
+
The popover has two tabs, **Display** and **Position**.
0 commit comments