File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,20 @@ const useStyles = makeStyles((theme) => ({
34
34
top : 0 ,
35
35
zIndex : 10 ,
36
36
flexWrap : "wrap" ,
37
+
38
+ [ theme . breakpoints . down ( "md" ) ] : {
39
+ position : "unset" ,
40
+ alignItems : "flex-start" ,
41
+ } ,
42
+ [ theme . breakpoints . down ( "sm" ) ] : {
43
+ flexDirection : "column" ,
44
+ } ,
37
45
} ,
38
46
actions : {
39
47
marginLeft : "auto" ,
48
+ [ theme . breakpoints . down ( "sm" ) ] : {
49
+ marginLeft : "unset" ,
50
+ } ,
40
51
} ,
41
52
title : {
42
53
fontSize : 18 ,
Original file line number Diff line number Diff line change @@ -311,6 +311,15 @@ const useStyles = makeStyles((theme) => ({
311
311
padding : 0 ,
312
312
border : 0 ,
313
313
gap : theme . spacing ( 6 ) ,
314
+ rowGap : theme . spacing ( 3 ) ,
315
+ flex : 1 ,
316
+
317
+ [ theme . breakpoints . down ( "sm" ) ] : {
318
+ display : "flex" ,
319
+ flexDirection : "column" ,
320
+ alignItems : "flex-start" ,
321
+ gap : theme . spacing ( 1 ) ,
322
+ } ,
314
323
} ,
315
324
316
325
statsItem : {
You can’t perform that action at this time.
0 commit comments