From dd8d828414583d6993774240d76c2c2782627ef6 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Mon, 5 Dec 2022 15:36:49 +0100 Subject: Do some design improvements --- src_frontend/Components/Editor/Pane.svelte | 1 + 1 file changed, 1 insertion(+) (limited to 'src_frontend/Components') diff --git a/src_frontend/Components/Editor/Pane.svelte b/src_frontend/Components/Editor/Pane.svelte index 4a375ac..604aa39 100644 --- a/src_frontend/Components/Editor/Pane.svelte +++ b/src_frontend/Components/Editor/Pane.svelte @@ -33,6 +33,7 @@ height: calc(100% - 35px); width: 100%; box-sizing: border-box; + transition: background-color .04s ease-out; } .padding { padding: 15px; } .scrollable { overflow: auto; } -- cgit v1.2.3