Skip to content

Commit

Permalink
Fix safari ios extension on ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Nov 21, 2024
1 parent e6727c9 commit 2f68dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "5.6.62",
"version": "5.6.63",
"description": "All-in-one bookmark manager",
"author": "Rustem Mussabekov",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions src/co/screen/splitview/index.module.styl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ html:global(.mobile) .splitview {
.splitview {
width: 100%
height: 100vh
height: 100dvh
display: flex
flex-direction: row
overflow: hidden
Expand All @@ -54,6 +55,7 @@ invisible() {
top: -100vw;
left: -100vw;
height: 100vh;
height: 100dvh;
width: 33vw;
}

Expand Down

0 comments on commit 2f68dda

Please sign in to comment.