Skip to content

Commit

Permalink
Merge branch '2.6' of https://github.com/steedos/steedos-platform int…
Browse files Browse the repository at this point in the history
…o 2.6
  • Loading branch information
baozhoutao committed Jan 22, 2024
2 parents 7e3bdea + b2e6c49 commit 33ae4e9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
if(!display && object.enable_split){
display = "split";
}
if(window.innerWidth <= 768){
display = "grid"
}

return display;

Expand Down

0 comments on commit 33ae4e9

Please sign in to comment.