feat(champ-info): full page redesign

This commit is contained in:
Rico van Zelst
2025-05-16 14:14:53 +02:00
parent c1f2cddbc7
commit f73ef49554
4 changed files with 492 additions and 145 deletions

View File

@@ -164,3 +164,8 @@ ins.adsbygoogle[data-ad-status="unfilled"] {
background-color: rgba(0, 0, 0, 0.02);
border-radius: 4px;
}
#skinsElement {
overflow-y: auto;
overflow-x: auto;
}