cortex-react-ui 0.1.178 → 0.1.180
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/lib/cjs/index.js +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/styles/Camera/index.scss +5 -1
- package/package.json +1 -1
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
.camera-preview {
|
|
91
91
|
position: relative;
|
|
92
92
|
width: 100%;
|
|
93
|
-
height:
|
|
93
|
+
height: 90%;
|
|
94
94
|
overflow: hidden;
|
|
95
95
|
}
|
|
96
96
|
|
|
@@ -101,6 +101,8 @@
|
|
|
101
101
|
gap: 1rem;
|
|
102
102
|
margin: 0 auto;
|
|
103
103
|
padding: 1rem;
|
|
104
|
+
width: 100%;
|
|
105
|
+
position: fixed;
|
|
104
106
|
}
|
|
105
107
|
|
|
106
108
|
.video-play-btn {
|
|
@@ -157,6 +159,7 @@
|
|
|
157
159
|
|
|
158
160
|
&--download {
|
|
159
161
|
background-color: map-get($internal-props, downloadButtonBg);
|
|
162
|
+
margin-left: auto;
|
|
160
163
|
&:hover {
|
|
161
164
|
background-color: map-get($internal-props, downloadButtonHover);
|
|
162
165
|
}
|
|
@@ -164,6 +167,7 @@
|
|
|
164
167
|
|
|
165
168
|
&--reset {
|
|
166
169
|
background-color: map-get($internal-props, resetButtonBg);
|
|
170
|
+
margin-right: auto;
|
|
167
171
|
&:hover {
|
|
168
172
|
background-color: map-get($internal-props, resetButtonHover);
|
|
169
173
|
}
|