Center the clock in the executive meetings header
Modify `artifacts/tx-os/src/pages/executive-meetings.tsx` to absolutely position the HeaderClock component, centering it within the header row.
This commit is contained in:
@@ -912,10 +912,7 @@ function ExecutiveMeetingsPageInner() {
|
||||
|
||||
<div className="flex-1" />
|
||||
|
||||
<div
|
||||
className="hidden sm:flex pointer-events-none absolute inset-x-0 top-0 bottom-0 items-center justify-center print:hidden"
|
||||
aria-hidden="false"
|
||||
>
|
||||
<div className="hidden sm:flex pointer-events-none absolute inset-x-0 top-0 bottom-0 items-center justify-center print:hidden">
|
||||
<div className="pointer-events-auto">
|
||||
<HeaderClock lang={lang} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user