PIP + style consistency

small style changes to make screens consistent
This commit is contained in:
cv
2021-04-27 22:29:14 +02:00
parent 8834b9933d
commit 5115581098
10 changed files with 275 additions and 26 deletions
+1 -3
View File
@@ -6,7 +6,7 @@ import { AnimatePresence, motion } from 'framer-motion';
import TitleSide from '../../../common/components/views/TitleSide';
import { useEffect } from 'react';
export default function StageManager(props) {
export default function Public(props) {
const { publ, publicTitle, time, events, publicSelectedId, general } = props;
// Set window title
@@ -32,8 +32,6 @@ export default function StageManager(props) {
x: -1500,
},
};
console.log('debug', events)
return (
<div className={style.container__gray}>
<NavLogo />