1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

change side nav style when notification open (#6650)

This commit is contained in:
Michael An
2024-08-27 16:58:45 +08:00
committed by GitHub
parent 82f77eb146
commit 6de70045a5
5 changed files with 25 additions and 7 deletions

View File

@@ -20,5 +20,5 @@
width: 240px;
background: #fff;
top: 60px;
transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
transition: left 250ms cubic-bezier(0.25, 0.1, 0.25, 0.1), opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
}