pxt-core 12.3.29 → 13.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/built/target.js +1 -1
- package/built/targetlight.js +1 -1
- package/built/web/rtlsemantic.css +1 -1
- package/built/web/semantic.css +1 -1
- package/package.json +1 -1
- package/theme/home.less +1 -3
package/package.json
CHANGED
package/theme/home.less
CHANGED
|
@@ -445,6 +445,7 @@
|
|
|
445
445
|
flex: 1 1 auto;
|
|
446
446
|
min-height: 0;
|
|
447
447
|
box-sizing: border-box;
|
|
448
|
+
padding-bottom: 1.5rem;
|
|
448
449
|
}
|
|
449
450
|
}
|
|
450
451
|
.actions {
|
|
@@ -996,9 +997,6 @@
|
|
|
996
997
|
}
|
|
997
998
|
}
|
|
998
999
|
.detailview {
|
|
999
|
-
.project-info .segment {
|
|
1000
|
-
padding-bottom: 1.5rem;
|
|
1001
|
-
}
|
|
1002
1000
|
.ui.grid.stackable .actions {
|
|
1003
1001
|
// Switch to flex so multiple action cards shrink to fit on
|
|
1004
1002
|
// narrower (e.g. iPad portrait, ~834px) viewports instead of
|