Skip to content

Commit ca8e499

Browse files
committed
MPNN Video Update & AI Dev Mobile Camera Pos
1 parent 82d38df commit ca8e499

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

-256 Bytes
Binary file not shown.
-191 KB
Binary file not shown.

docs/style/procPages/procPages_aiDevStyle.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
/* -- -- -- */
22

33
.aiDevPageStyle{
4-
width: var(--procPage-width);
4+
width: var(--procPage-mobile-width);
55
justify-self: center;
66
justify-items: center;
77
z-index: 3;
88
overflow: hidden;
99
}
10-
1110
/* -- -- -- */
1211

1312
.aiDevPage-sectionNavButtonStyle{
@@ -48,6 +47,15 @@
4847
height: 100%;
4948
overflow: auto;
5049
}
50+
51+
52+
.aiDevPageStyle{
53+
width: var(--procPage-mobile);
54+
justify-self: center;
55+
justify-items: center;
56+
z-index: 3;
57+
overflow: hidden;
58+
}
5159
}
5260

5361
.aiDevPage-sectionCaptionStyle{
@@ -85,7 +93,7 @@
8593
.aiDevPageParentStyle{
8694
max-width: min(100vw, 1600px);
8795
width: 100%;
88-
height : 60.5vh;
96+
height : 85vh;
8997
padding: var(--inner-padding);
9098
border-radius: 2px;
9199
background: linear-gradient(149deg, rgba(28, 76, 178, 0.4), rgba(29, 43, 66, 0.65), rgba(28, 48, 82, 0.4));

0 commit comments

Comments
 (0)