pxt-core 13.0.2 → 13.1.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 +3 -1
package/package.json
CHANGED
package/theme/home.less
CHANGED
|
@@ -445,7 +445,6 @@
|
|
|
445
445
|
flex: 1 1 auto;
|
|
446
446
|
min-height: 0;
|
|
447
447
|
box-sizing: border-box;
|
|
448
|
-
padding-bottom: 1.5rem;
|
|
449
448
|
}
|
|
450
449
|
}
|
|
451
450
|
.actions {
|
|
@@ -997,6 +996,9 @@
|
|
|
997
996
|
}
|
|
998
997
|
}
|
|
999
998
|
.detailview {
|
|
999
|
+
.project-info .segment {
|
|
1000
|
+
padding-bottom: 1.5rem;
|
|
1001
|
+
}
|
|
1000
1002
|
.ui.grid.stackable .actions {
|
|
1001
1003
|
// Switch to flex so multiple action cards shrink to fit on
|
|
1002
1004
|
// narrower (e.g. iPad portrait, ~834px) viewports instead of
|