feat: full screen editor

This commit is contained in:
Ramires Viana
2020-07-04 03:11:51 +00:00
parent de0b8bb7b2
commit 0d665e528f
5 changed files with 121 additions and 18 deletions

View File

@@ -124,6 +124,14 @@ nav > div {
color: var(--textPrimary);
}
#editor-container {
background: var(--background);
}
#editor-container .bar {
background: var(--surfacePrimary);
}
@media (max-width: 736px) {
#file-selection {
background: var(--surfaceSecondary) !important;