Added a "copy current url" shortcut

This commit is contained in:
mr. M
2024-12-19 18:14:32 +01:00
parent 108e4a603e
commit 1f99e2547a
4 changed files with 43 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ var gZenCompactModeManager = {
}
window.requestAnimationFrame(() => {
this.sidebar.style.transition = "margin .3s ease, transform .3s ease, opacity .3s ease";
this.sidebar.style.transition = "margin .3s ease, transform .275s ease, opacity .3s ease";
// we are in compact mode and we are exiting it
if (!this.sidebarIsOnRight) {
this.sidebar.style.marginLeft = "0";