change view transition speed
This commit is contained in:
parent
7d483fc5cc
commit
2a158a41ac
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ main.map {
|
||||||
#sidebar section > * {
|
#sidebar section > * {
|
||||||
border: 0 #dddddd solid;
|
border: 0 #dddddd solid;
|
||||||
border-top-width: 1px;
|
border-top-width: 1px;
|
||||||
transition: height 300ms;
|
transition: height 150ms;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
#sidebar section > :first-child {
|
#sidebar section > :first-child {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue