File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
src/client/views/components Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ <!-- File Card Component -->
2+ <div class =" bg-white border border-foreground/10 rounded-xl overflow-hidden hover:border-primary transition-all cursor-pointer" >
3+ <div class =" h-32 bg-slate-50 relative flex items-center justify-center overflow-hidden" >
4+ <% - thumbnail %>
5+ </div >
6+ <div class =" p-3" >
7+ <div class =" flex items-center justify-between mb-1" >
8+ <div class =" flex items-center gap-2" >
9+ <div class =" p-1 rounded <%= className %>" >
10+ <% - icon %>
11+ </div >
12+ <span class =" text-xs font-bold text-slate-900 truncate" ><%= title %> </span >
13+ </div >
14+ <button class =" text-slate-300" ><% - moreIcon %> </button >
15+ </div >
16+ <p class =" text-[9px] text-slate-400" ><%= subtitle %> </p >
17+ </div >
18+ </div >
You can’t perform that action at this time.
0 commit comments