Skip to content

Commit 7811d31

Browse files
committed
fix(image-editor): remove hamburger menu button and show close button
Signed-off-by: Hamza Mahjoubi <[email protected]>
1 parent 48355ff commit 7811d31

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/viewer-init.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* extracted by css-entry-points-plugin */
2-
@import './init-SQvETNyV.chunk.css';
2+
@import './init-BcY_9rzn.chunk.css';
33
@import './logger-60RCWKf0.chunk.css';
44
@import './NcActionButton-DndYZcrz.chunk.css';
55
@import './NcActionLink-Cay-IPuV.chunk.css';

js/viewer-init.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

js/viewer-init.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/ImageEditor.vue

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,10 @@ export default {
396396
margin-left: 6px !important;
397397
}
398398
399+
.FIE_tabs_toggle_btn{
400+
display: none !important;
401+
}
402+
399403
// Tabs
400404
.FIE_tabs {
401405
padding: 6px !important;
@@ -532,15 +536,6 @@ export default {
532536
}
533537
}
534538
535-
// Close editor button fixes
536-
.FIE_topbar-close-button {
537-
svg path {
538-
// The path viewbox is weird and
539-
// not correct, this fixes it
540-
transform: scale(1.6);
541-
}
542-
}
543-
544539
// Canvas container
545540
.FIE_canvas-container {
546541
background-color: var(--color-main-background) !important;

0 commit comments

Comments
 (0)