Skip to content

Commit 1596d00

Browse files
committed
Decreased play button size
1 parent 1c7e2b6 commit 1596d00

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

entrypoints/manager/main.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,8 +2096,8 @@ function renderSessionGrid(tabs: SavedSessionTab[], sectionColorIndex?: number |
20962096
${formatCompact(sec)}
20972097
</div>
20982098
<div class="absolute inset-0 flex items-center justify-center pointer-events-none opacity-0 group-hover:opacity-100 transition-opacity">
2099-
<div class="w-14 h-14 rounded-full bg-black/50 flex items-center justify-center backdrop-blur-[2px] ring-1 ring-white/15 shadow-lg">
2100-
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="white" class="ml-0.5"><path d="M8 5v14l11-7z"/></svg>
2099+
<div class="w-11 h-11 rounded-full bg-black/45 flex items-center justify-center backdrop-blur-[2px] ring-1 ring-white/20 shadow-md">
2100+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="white" class="shrink-0 -translate-x-px" aria-hidden="true"><path d="M8 5v14l11-7z"/></svg>
21012101
</div>
21022102
</div>
21032103
<div class="absolute top-2 left-2 z-10 opacity-0 group-hover:opacity-100 transition-opacity ${isSelected ? "opacity-100" : ""} session-selection-toggle flex items-center justify-center w-5 h-5">
@@ -2189,8 +2189,8 @@ function renderVideoGrid(videos: VideoData[], sectionColorIndex?: number | "unso
21892189
</div>
21902190
21912191
<div class="absolute inset-0 flex items-center justify-center pointer-events-none opacity-0 group-hover:opacity-100 transition-opacity">
2192-
<div class="w-14 h-14 rounded-full bg-black/50 flex items-center justify-center backdrop-blur-[2px] ring-1 ring-white/15 shadow-lg">
2193-
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="white" class="ml-0.5"><path d="M8 5v14l11-7z"/></svg>
2192+
<div class="w-11 h-11 rounded-full bg-black/45 flex items-center justify-center backdrop-blur-[2px] ring-1 ring-white/20 shadow-md">
2193+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="white" class="shrink-0 -translate-x-px" aria-hidden="true"><path d="M8 5v14l11-7z"/></svg>
21942194
</div>
21952195
</div>
21962196

0 commit comments

Comments
 (0)