added drop down menu and scoring graph to the dashboard

This commit is contained in:
Patrick Di Fazio
2026-01-06 18:50:36 +01:00
parent 190d74e1a7
commit 02aed9e65a
4 changed files with 455 additions and 22 deletions

View File

@@ -46,21 +46,12 @@
gap: 10px;
align-items: center;
overflow-y: auto;
overflow-x: hidden;
flex: 1;
padding-top: 10px;
}}
.links-container::-webkit-scrollbar {{
width: 8px;
}}
.links-container::-webkit-scrollbar-track {{
background: #0d1117;
}}
.links-container::-webkit-scrollbar-thumb {{
background: #30363d;
border-radius: 4px;
}}
.links-container::-webkit-scrollbar-thumb:hover {{
background: #484f58;
width: 0px;
}}
.link-box {{
background: #161b22;