[🐛] Fixed window area margins

This commit is contained in:
ThinLiquid 2023-10-16 13:19:56 +01:00
parent 1811a22c20
commit 7e55a04a99

View file

@ -77,6 +77,7 @@ window-area {
position: relative; position: relative;
width: calc(100% - 40px); width: calc(100% - 40px);
margin-left: 20px; margin-left: 20px;
margin-bottom: 20px;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
@ -173,24 +174,4 @@ launcher {
border: 2px solid var(--text); border: 2px solid var(--text);
} }
} }
}
.ace_editor * {
font-family: monospace;
}
.ace_marker-layer .ace_active-line, .ace_layer.ace_gutter-layer.ace_folding-enabled, .ace_gutter {
background: var(--mantle)!important;
}
.ace_content, .ace_scroller {
background: var(--base)!important;
}
.ace_gutter-cell.ace_info {
background: var(--crust)!important;
}
.ace_marker-layer .ace_selection {
background: var(--surface-0)!important;
} }