akolgano / ft_transcendence

ft_transcendence 42 school
0 stars 0 forks source link

Dashboards #68

Closed barbayjuliette closed 22 hours ago

barbayjuliette commented 4 days ago

gameMarginChart {

width: 600px !important;
height: 600px !important;

}

/ Game Margin Chart custom size /

victoryLossChart {

width: 600px !important;
height: 600px !important;

} --> merge this into 1 style. Use one single class to apply this style

.show-chart-btn { background: none; border: none; / Remove the border / outline: none; / Remove any default button outline (like when focused) / padding: 0; color: inherit; / Inherit the text color from the parent / font-size: 1.5rem; / Adjust the icon size / cursor: pointer; } --> See if you can replace some of those with BS

.dashboard-container { max-width: 800px; margin-left: 0; / Align the container to the left / } -->margin-left: change to Bootstrap

Screenshot 2024-10-18 at 14 19 38

--> Game duration should be MM:SS

Screenshot 2024-10-18 at 14 21 41

--> x and y axis: translation

chinwenkai commented 1 day ago

Above amendments done.

barbayjuliette commented 1 day ago

@chinwenkai Can you create a PR with the changes if it is ready? Thanks