Merge pull request #2433 from omnivore-app/fix/web-notebook-transition

Speed up the transition time for notebook display/hide
This commit is contained in:
Jackson Harper
2023-06-28 09:32:22 +08:00
committed by GitHub

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