style : analysis card UI rework for desktop

This commit is contained in:
GuillaumeSD
2025-06-02 01:11:38 +02:00
parent 629fccf484
commit f782b55b5a
11 changed files with 117 additions and 109 deletions

View File

@@ -24,7 +24,7 @@ export const useScreenSize = () => {
const handleResize = () => {
setScreenSize((prev) => ({
...prev,
height: window.innerHeight - 120,
height: window.innerHeight - 100,
}));
};