cortex-react-ui 0.2.5 → 0.2.7

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.
@@ -109,11 +109,11 @@
109
109
  position: relative;
110
110
  width: 100%;
111
111
  height: 90%;
112
- overflow: hidden;
113
- display: flex;
114
- > video {
115
- margin: 0 auto;
112
+ overflow: hidden;
113
+ > img {
114
+ margin: 0 auto;
116
115
  }
116
+
117
117
  }
118
118
 
119
119
  .camera-controls {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cortex-react-ui",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "React UI",
5
5
  "author": "Anthony",
6
6
  "license": "MIT",