Skip to content

Commit

Permalink
Merge pull request #2 from TheCubiq:TheCubiq/issue1
Browse files Browse the repository at this point in the history
floating window doesn't show tracks on touchscreens
  • Loading branch information
TheCubiq committed Aug 20, 2022
2 parents 8929cd6 + c8e6900 commit 516fa69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/floatingPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
--floatingPanelClosed: calc(100% - 50px);
}

@media (pointer: coarse){
:root {
--floatingPanelClosed: calc(100% - 59px);
}
}

/* apply transitions to all these: */

/* canvas tile */
Expand Down

0 comments on commit 516fa69

Please sign in to comment.