Timeline UI optimizations (#6367)

* Fix centering of bottom_center

* Make bottom_center overlap vertically

* Fix timeline icon behavior

* Make disclaimer hidden under aria label

* Don't literally say disclaimer
This commit is contained in:
Nicolas Mowen
2023-05-04 17:34:48 -06:00
committed by GitHub
parent ede1dedbbd
commit aded314f3c
4 changed files with 32 additions and 20 deletions

View File

@@ -724,7 +724,7 @@ export default function Events({ path, ...props }) {
}}
>
{eventOverlay.class_type == 'entered_zone' ? (
<div className="absolute w-2 h-2 bg-yellow-500 left-[50%] bottom-0" />
<div className="absolute w-2 h-2 bg-yellow-500 left-[50%] -translate-x-1/2 translate-y-3/4 bottom-0" />
) : null}
</div>
) : null}