Skip to content

Commit 76eb20c

Browse files
committed
feat: remove the isEmbedMode style and keep the isEmbedMode css class name.
1 parent 91c9bc2 commit 76eb20c

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

src/SplitPane.vue

+1-30
Original file line numberDiff line numberDiff line change
@@ -221,34 +221,5 @@ function changeViewSize() {
221221
}
222222
}
223223
224-
/* embed mode */
225-
.is-embed-mode .left,
226-
.is-embed-mode .right {
227-
position: absolute;
228-
inset: 0;
229-
width: auto !important;
230-
height: auto !important;
231-
}
232-
.is-embed-mode .dragger {
233-
display: none;
234-
}
235-
.is-embed-mode.split-pane .toggler {
236-
display: block;
237-
}
238-
.is-embed-mode.split-pane .right {
239-
z-index: -1;
240-
pointer-events: none;
241-
}
242-
.is-embed-mode.split-pane .left {
243-
z-index: 0;
244-
pointer-events: all;
245-
}
246-
.is-embed-mode.split-pane.show-output .right {
247-
z-index: 0;
248-
pointer-events: all;
249-
}
250-
.is-embed-mode.split-pane.show-output .left {
251-
z-index: -1;
252-
pointer-events: none;
253-
}
224+
254225
</style>

0 commit comments

Comments
 (0)