diff --git a/src/components/TheEditor.vue b/src/components/TheEditor.vue
index 3acc752904..be851f4bc0 100644
--- a/src/components/TheEditor.vue
+++ b/src/components/TheEditor.vue
@@ -35,7 +35,6 @@
v-if="configFileStructure"
text
tile
- target="_blank"
class="d-none d-md-flex"
@click="showFileStructure()">
{{ mdiFormatListCheckbox }}
@@ -58,11 +57,18 @@
{{ mdiCloseThick }}
-
+
+
-
-
@@ -510,13 +506,13 @@ export default class TheEditor extends Mixins(BaseMixin) {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fffff'/%3E %3C/svg%3E");
}
-@media screen and (min-width: 960px) {
- .structure {
- margin-right: 300px;
- }
- .structure-sidebar {
- width: 300px;
- overflow-y: auto;
+@media screen and (min-width: 960px){
+ .codemirror {
+ width: calc(100% - 300px);
}
}
+.structure-sidebar {
+ width: 300px;
+ overflow-y: auto;
+}