grep fullscreen editor feature after we implemented resize

This commit is contained in:
Dmitry Vasilev
2023-07-14 03:07:36 +03:00
parent 465bbd83f4
commit 0be9448100
2 changed files with 0 additions and 18 deletions

View File

@@ -45,11 +45,6 @@
grid-template-rows: auto 1fr 2.5em;
}
.root.fullscreen_editor {
grid-template-columns: 100% 0%;
grid-template-rows: 1fr 0fr 2.5em;
}
.editor_container, .bottom, .files_container, .statusbar {
box-shadow: 1px 1px 3px 0px var(--shadow_color);
}