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.
@@ -90,7 +90,7 @@
90
90
  .camera-preview {
91
91
  position: relative;
92
92
  width: 100%;
93
- height: 100%;
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cortex-react-ui",
3
- "version": "0.1.178",
3
+ "version": "0.1.180",
4
4
  "description": "React UI",
5
5
  "author": "Anthony",
6
6
  "license": "MIT",