style : analysis card UI rework for desktop
This commit is contained in:
@@ -24,7 +24,7 @@ export const useScreenSize = () => {
|
||||
const handleResize = () => {
|
||||
setScreenSize((prev) => ({
|
||||
...prev,
|
||||
height: window.innerHeight - 120,
|
||||
height: window.innerHeight - 100,
|
||||
}));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user