Skip to content

Commit d9c5b0e

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

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-TFf5sbzK.chunk.css';
2+
@import './init-DiKdQwT1.chunk.css';
33
@import './logger-DG0nQhh6.chunk.css';
44
@import './NcActionButton-Cz95WiMV.chunk.css';
55
@import './NcActionLink-lgtGSyky.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
@@ -422,6 +422,10 @@ export default {
422422
margin-left: 6px !important;
423423
}
424424
425+
.FIE_tabs_toggle_btn{
426+
display: none !important;
427+
}
428+
425429
// Tabs
426430
.FIE_tabs {
427431
padding: 6px !important;
@@ -558,15 +562,6 @@ export default {
558562
}
559563
}
560564
561-
// Close editor button fixes
562-
.FIE_topbar-close-button {
563-
svg path {
564-
// The path viewbox is weird and
565-
// not correct, this fixes it
566-
transform: scale(1.6);
567-
}
568-
}
569-
570565
// Canvas container
571566
.FIE_canvas-container {
572567
background-color: var(--color-main-background) !important;

0 commit comments

Comments
 (0)