From b7e6d8d28f0f70ee2d7a37250b28448bd19e6507 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 27 Jun 2023 19:46:01 +0800 Subject: [PATCH] Speed up the transition time for notebook display/hide --- packages/web/styles/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/styles/globals.css b/packages/web/styles/globals.css index 0cd082d5d..803960cf1 100644 --- a/packages/web/styles/globals.css +++ b/packages/web/styles/globals.css @@ -436,5 +436,6 @@ button { .slide-pane { background: transparent !important; + transition: transform .2s !important; box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.1) !important; } \ No newline at end of file