File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ const ActivityIcon = memo(() => {
139
139
< >
140
140
{ ! ! media && (
141
141
< m . div className = "absolute inset-y-0 left-0 z-10 flex items-center lg:left-[-30px]" >
142
- < div className = "absolute inset-0 z-[-1] flex center " >
142
+ < div className = "center absolute inset-0 z-[-1] flex" >
143
143
< div className = "size-6 rounded-md ring-2 ring-red-500 dark:ring-red-400" />
144
144
</ div >
145
145
< FloatPopover
@@ -157,7 +157,7 @@ const ActivityIcon = memo(() => {
157
157
{ processName && (
158
158
< m . div
159
159
key = { processName }
160
- className = "pointer-events-auto absolute inset-y-0 right-0 z-10 flex items-center overflow-hidden lg:right-[-25px]"
160
+ className = "pointer-events-auto absolute inset-y-0 right-3 z-10 flex items-center overflow-hidden lg:right-[-25px]"
161
161
initial = { {
162
162
opacity : 0.0001 ,
163
163
y : 15 ,
Original file line number Diff line number Diff line change 1
- import React , { useCallback , useLayoutEffect , useState } from 'react'
1
+ import { useCallback , useLayoutEffect , useState } from 'react'
2
2
import clsx from 'clsx'
3
3
import type { FC , ReactNode } from 'react'
4
4
@@ -24,7 +24,7 @@ export const MDetails: FC<{ children: ReactNode[] }> = (props) => {
24
24
return (
25
25
< div className = "my-2" >
26
26
< button
27
- className = "mb-2 flex cursor-pointer items-center pl-2"
27
+ className = "mb-2 flex cursor-pointer items-center md: pl-2 [&_summary]:text-left "
28
28
onClick = { handleOpen }
29
29
>
30
30
< i
You can’t perform that action at this time.
0 commit comments