cortex-react-ui 0.2.5 → 0.2.6

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,7 @@
109
109
  position: relative;
110
110
  width: 100%;
111
111
  height: 90%;
112
- overflow: hidden;
113
- display: flex;
114
- > video {
115
- margin: 0 auto;
116
- }
112
+ overflow: hidden;
117
113
  }
118
114
 
119
115
  .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.6",
4
4
  "description": "React UI",
5
5
  "author": "Anthony",
6
6
  "license": "MIT",