From 7e55a04a9977301ef6de26e29d9768dcc9994e9f Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Mon, 16 Oct 2023 13:19:56 +0100 Subject: [PATCH] =?UTF-8?q?[=F0=9F=90=9B]=20Fixed=20window=20area=20margin?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.less | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/src/style.less b/src/style.less index 092c6d8..dbb9c17 100644 --- a/src/style.less +++ b/src/style.less @@ -77,6 +77,7 @@ window-area { position: relative; width: calc(100% - 40px); margin-left: 20px; + margin-bottom: 20px; height: 100%; overflow: hidden; @@ -173,24 +174,4 @@ launcher { 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; } \ No newline at end of file