Speed up the transition time for notebook display/hide

This commit is contained in:
Jackson Harper
2023-06-27 19:46:01 +08:00
parent c998bbb060
commit b7e6d8d28f

View File

@ -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;
}