more adjustments all around

This commit is contained in:
Arjun Patel
2022-01-20 23:43:34 -08:00
parent 3c47c8f2af
commit 979a647f72
3 changed files with 29 additions and 11 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default function Announcements(props: IVoiceDemoProps) {
return (
<section
className={`p-5 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md -translate-x-20 backdrop-blur-xl ${
className={`p-5 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md absolute right-0 backdrop-blur-xl ${
isAnnouncementsTurn ? " z-20 " : "blur-sm"
}`}
>
+1 -1
View File
@@ -144,7 +144,7 @@ function TeamVoiceLine(props: IVoiceDemoProps) {
return (
<section
className={`p-5 flex w-80 flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-2xl translate-x-32 translate-y-20 z-10 backdrop-blur-xl transition-all duration-300 ${
className={`p-5 flex w-80 flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-2xl absolute top-32 left-10 z-10 backdrop-blur-xl transition-all duration-300 ${
!isVoiceLineTurn ? "blur-sm" : ""
} ${props.demoStep == DemoStep.doneDemo ? "z-30" : ""}`}
>