@@ -358,69 +441,189 @@ function goMatch(id: string) {
line-height:1;
}
.time-tabs{
.filters-bar{
display:flex;
gap:10px;
padding:012px14px;
}
.time-tab{
flex:1;
padding:10px16px;
border-radius:999px;
font-size:14px;
font-weight:800;
color:var(--primary-light);
background:#141414;
border:1pxsolidvar(--primary);
}
.time-tab.active{
background:var(--gradient-gold)!important;
border-color:#fff1a8!important;
color:#2a1a00!important;
font-weight:800;
box-shadow:
0001pxrgba(255,244,200,0.28)inset,
04px16pxrgba(212,175,55,0.28);
text-shadow:01px0rgba(255,252,235,0.75);
align-items:center;
justify-content:flex-start;
gap:8px;
padding:012px12px;
}
.phase-filter{
padding:012px10px;
padding:0;
display:flex;
align-items:center;
flex:1;
min-width:0;
}
.phase-toggle{
.right-filters{
display:flex;
align-items:center;
gap:8px;
flex-shrink:0;
}
.time-tabs{
display:flex;
align-items:center;
background:var(--bg-card);
border:1pxsolidvar(--border);
border-radius:6px;
padding:2px;
height:24px;
box-sizing:border-box;
flex-shrink:0;
}
.time-tab{
padding:08px;
height:100%;
font-size:11px;
font-weight:500;
color:var(--text-muted);
background:transparent;
border:none;
border-radius:4px;
cursor:pointer;
transition:all0.2sease;
display:inline-flex;
align-items:center;
justify-content:center;
white-space:nowrap;
flex-shrink:0;
}
.time-tab.active{
color:var(--primary-light);
background:rgba(244,162,97,0.15);
font-weight:600;
}
.right-filters.divider{
width:1px;
height:12px;
background:var(--border);
}
.status-toggle-btn{
padding:08px;
height:24px;
box-sizing:border-box;
font-size:11px;
font-weight:500;
color:var(--text-muted);
background:var(--bg-card);
border:1pxsolidvar(--border);
border-radius:6px;
cursor:pointer;
transition:all0.2sease;
display:inline-flex;
align-items:center;
justify-content:center;
white-space:nowrap;
flex-shrink:0;
}
.status-toggle-btn.active{
color:var(--primary-light);
background:rgba(244,162,97,0.15);
border-color:var(--primary);
font-weight:600;
}
/* League Dropdown Selector */
.league-dropdown{
position:relative;
display:inline-block;
width:100%;
}
.dropdown-trigger{
display:inline-flex;
align-items:center;
gap:6px;
padding:6px14px;
border-radius:999px;
font-size:12px;
font-weight:600;
color:#999;
background:#141414;
border:1pxsolid#333;
padding:010px;
font-size:11px;
font-weight:500;
color:var(--text);
background:var(--bg-card);
border:1pxsolidvar(--border);
border-radius:6px;
cursor:pointer;
transition:all0.2sease;
height:24px;
box-sizing:border-box;
width:100%;
max-width:100%;
}
.phase-toggle--active{
color:var(--primary-light);
border-color:var(--primary);
background:rgba(200,168,78,0.08);
.dropdown-text{
min-width:0;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.phase-toggle-dot{
width:6px;
height:6px;
border-radius:50%;
background:#555;
transition:background0.2sease;
.dropdown-trigger.arrow-icon{
font-size:8px;
color:var(--text-muted);
transition:transform0.2sease;
display:inline-block;
transform:scale(0.8);
}
.phase-toggle--active.phase-toggle-dot{
background:var(--primary-light);
.dropdown-trigger.arrow-icon.open{
transform:scale(0.8)rotate(180deg);
}
.dropdown-backdrop{
position:fixed;
inset:0;
z-index:98;
background:transparent;
}
.dropdown-menu{
position:absolute;
top:calc(100%+4px);
left:0;
z-index:99;
min-width:170px;
max-width:240px;
max-height:200px;
overflow-y:auto;
background:#0f1217;
border:1pxsolid#2a3240;
border-radius:8px;
box-shadow:010px24pxrgba(0,0,0,0.65);
padding:6px0;
}
.dropdown-item{
padding:8px14px;
font-size:13px;
color:#e5e7eb;
cursor:pointer;
transition:background0.2s;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
border-bottom:1pxsolid#1f2937;
}
.dropdown-item:last-child{
border-bottom:none;
}
.dropdown-item:hover,
.dropdown-item:active{
background:#1b2330;
}
.dropdown-item.active{
color:#f4d06f;
background:#242f42;
font-weight:700;
}
.league-list{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.