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(image-editor): remove hamburger menu button and show close button
Signed-off-by: Hamza Mahjoubi <[email protected]>
Signed-off-by: Hamza <[email protected]>
  • Loading branch information
hamza221 authored and AndyScherzinger committed Jun 4, 2025
commit 79e6c7a6aece97ae04bfd98ebcdac8c5e632f2d4

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-BDiNeglP.chunk.css';
@import './init-BGlxZmum.chunk.css';
@import './logger-60RCWKf0.chunk.css';
@import './NcActionButton-DndYZcrz.chunk.css';
@import './NcActionLink-Cay-IPuV.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.

13 changes: 4 additions & 9 deletions src/components/ImageEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,10 @@ export default {
margin-left: 6px !important;
}

.FIE_tabs_toggle_btn{
display: none !important;
}

// Tabs
.FIE_tabs {
padding: 6px !important;
Expand Down Expand Up @@ -593,15 +597,6 @@ export default {
}
}

// Close editor button fixes
.FIE_topbar-close-button {
svg path {
// The path viewbox is weird and
// not correct, this fixes it
transform: scale(1.6);
}
}

// Canvas container
.FIE_canvas-container {
background-color: var(--color-main-background) !important;
Expand Down
Loading