@@ -62,7 +62,7 @@
grid-row: 3;
grid-column: 1;
user-select: none;
- height: 100vh;
+ height: calc(100vh - 210px);
.example-category {
.example-category-title {
@@ -129,5 +129,9 @@
@media screen and (max-width: 1024px) {
#examples {
top: 40px;
+
+ #examples-list {
+ height: calc(100vh - 195px);
+ }
}
@@ -46,6 +46,7 @@
grid-row: 2;
grid-column: 1 / 3;
overflow: hidden;
+ height: calc(100vh - 90px);
.pg-split-part {
width: 100%;
@@ -85,4 +86,8 @@
#pg-root {
grid-template-rows: 40px 1fr 35px;
+ #pg-split {
+ height: calc(100vh - 75px);
@@ -62,6 +62,7 @@
"dts-bundle": "^0.7.3",
"file-loader": "~6.0.0",
"fs-extra": "^9.0.1",
+ "fsevents": "^2.1.3",
"gif.js.optimized": "^1.0.1",
"gulp": "^4.0.2",
"gulp-concat": "~2.6.1",
@@ -113,4 +114,4 @@
"xhr2": "^0.2.0",
"xmlbuilder": "15.1.1"
-}
+}