Added chat tab on mobile layouts and other changes to mobile UI

This commit is contained in:
t1enne
2022-07-08 09:10:18 +02:00
parent d47084f257
commit ffc73f2760
20 changed files with 183 additions and 146 deletions

View File

@@ -23,7 +23,6 @@ export default function VideoPoster(props: Props) {
if (duration === '0s') {
setDuration('3s');
}
setSrc(`${base}?${Date.now()}`);
}, REFRESH_INTERVAL);
}, []);
@@ -36,7 +35,7 @@ export default function VideoPoster(props: Props) {
<CrossfadeImage
src={src}
duration={duration}
objectFit="contain"
objectFit="cover"
width="100%"
height="100%"
/>