Crisis V6: panel expand + klub matching + ne-klub filter + samo_klubovi default
DB: - pgz_sport.potpore_nositelji.je_klub flag (false za RSS programs/savezi) - Re-match klub_id case-insensitive trim normalize Endpoint: - /api/dashboard/top-primatelji: samo_klubovi=True default Frontend: - sport2.html #panel/#dpanel: 70vw / 1100px max-width za HNS karijera - mobile responsive za panel
This commit is contained in:
@@ -269,6 +269,27 @@ a.tag:hover,.tag[onclick]:hover{transform:translateY(-1px);filter:brightness(1.1
|
||||
/* Center mobile content */
|
||||
.container, main { padding: 8px !important; max-width: 100% !important; margin: 0 !important; }
|
||||
}
|
||||
|
||||
/* PANEL EXPAND (CRISIS V6) — drill-down panel BIGGER za HNS karijera */
|
||||
#panel, #dpanel {
|
||||
width: 70vw !important;
|
||||
max-width: 1100px !important;
|
||||
min-width: 600px !important;
|
||||
}
|
||||
@media (min-width: 1400px){
|
||||
#panel, #dpanel { width: 60vw !important; }
|
||||
}
|
||||
@media (max-width: 768px){
|
||||
#panel, #dpanel {
|
||||
width: 100vw !important;
|
||||
max-width: 100vw !important;
|
||||
min-width: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* HNS karijera tabela full-width */
|
||||
#panel table, #dpanel table { width: 100%; font-size: 12px; }
|
||||
#panel .hns-stats td { padding: 4px 6px; }
|
||||
</style>
|
||||
<link rel="stylesheet" href="/static/shared/sidebar.css">
|
||||
<script src="/static/shared/sidebar.js" defer data-active="dashboard"></script>
|
||||
|
||||
Reference in New Issue
Block a user