Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(ImageEditing): controls might hide behind iPadOS home bar™️
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Oct 8, 2025
commit c73f7d0b8ab0401bab0c7c61a1fbe98b65ce80f2

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/viewer-init.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* extracted by css-entry-points-plugin */
@import './init-DkYgk01d.chunk.css';
@import './init-DzJcD_AY.chunk.css';
@import './viewerAction-DAAqwF3Z.chunk.css';
@import './NcActionButton-DBw1S90F.chunk.css';
@import './NcActionLink-ChLXMifc.chunk.css';
2 changes: 1 addition & 1 deletion js/viewer-init.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-init.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/ImageEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ export default {
bottom: calc(var(--header-height) * -1);
left: 0;
width: 100%;
height: 100vh;
height: 100dvh;
}
</style>

Expand Down
Loading