Merge pull request 'fix: 优化侧栏弹出延迟问题' (#200) from develop into v2
All checks were successful
Deploy / deploy (push) Successful in 28s
All checks were successful
Deploy / deploy (push) Successful in 28s
Reviewed-on: http://8.161.227.145:3000/XEngineers/CamTalk/pulls/200
This commit was merged in pull request #200.
This commit is contained in:
@@ -220,7 +220,7 @@ body {
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: opacity 0.3s var(--transition-smooth);
|
||||
transition: opacity 0.15s ease-out;
|
||||
}
|
||||
|
||||
.sidebar-backdrop--visible {
|
||||
@@ -241,7 +241,7 @@ body {
|
||||
border-right: 1px solid var(--color-border);
|
||||
overflow: hidden;
|
||||
box-shadow: 8px 0 40px rgba(10, 10, 15, 0.4);
|
||||
transition: transform 0.3s var(--transition-smooth);
|
||||
transition: transform 0.2s ease-out;
|
||||
}
|
||||
|
||||
.sidebar--collapsed {
|
||||
@@ -1089,7 +1089,7 @@ body {
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: opacity 0.25s var(--transition-smooth);
|
||||
transition: opacity 0.15s ease-out;
|
||||
}
|
||||
|
||||
.drawer-overlay--visible {
|
||||
@@ -1108,7 +1108,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
box-shadow: -8px 0 40px rgba(10, 10, 15, 0.5);
|
||||
transition: transform 0.35s var(--transition-smooth);
|
||||
transition: transform 0.2s ease-out;
|
||||
}
|
||||
|
||||
.drawer--collapsed {
|
||||
|
||||
Reference in New Issue
Block a user