fix(app): resize home session tab indicator
This commit is contained in:
parent
2c02f8bace
commit
d16a5226e2
1 changed files with 2 additions and 2 deletions
|
|
@ -857,8 +857,8 @@ function HomeSessionLeading(props: {
|
|||
<Show when={hasOpenTab()}>
|
||||
<span
|
||||
aria-hidden="true"
|
||||
class="pointer-events-none absolute top-1/2 h-[7px] w-[3px] -translate-y-1/2 rounded-[2px] bg-v2-background-bg-layer-04"
|
||||
style={{ right: "calc(100% + 5px)" }}
|
||||
class="pointer-events-none absolute top-1/2 h-3 w-0.5 -translate-y-1/2 rounded-[2px] bg-v2-background-bg-layer-04"
|
||||
style={{ right: "calc(100% + 4px)" }}
|
||||
/>
|
||||
</Show>
|
||||
<SessionTabAvatar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue