Skip to content

Commit d947ab5

Browse files
committed
build: fix up button spacing in toolbar
Fixes the spacing between buttons in the dev app toolbar.
1 parent 8c4f675 commit d947ab5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/dev-app/theme-m3.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,14 @@ html {
228228
}
229229
}
230230

231+
.demo-toolbar {
232+
margin-left: 8px;
233+
}
234+
235+
.demo-config-buttons {
236+
gap: 8px;
237+
}
238+
231239
// Emit density styles for each scale.
232240
@each $scale in (maximum, 0, -1, -2, -3, -4, minimum) {
233241
$scale-theme: matx.define-theme(map.set($m3-base-config, density, scale, $scale));

0 commit comments

Comments
 (0)