ok don't transition everything
This commit is contained in:
parent
ffd871a8f3
commit
514567eeb1
1 changed files with 5 additions and 2 deletions
|
|
@ -124,7 +124,9 @@ body {
|
|||
margin-right: auto;
|
||||
margin-bottom: 3.4em;
|
||||
|
||||
transition: .2s;
|
||||
transition: .2s border-color;
|
||||
transition: .2s padding;
|
||||
transition: .2s margin;
|
||||
|
||||
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
|
||||
}
|
||||
|
|
@ -801,7 +803,8 @@ footer {
|
|||
}
|
||||
|
||||
.terminal {
|
||||
transition: .2s;
|
||||
transition: .2s padding;
|
||||
transition: .2s margin;
|
||||
|
||||
.term-titlebar {
|
||||
margin: -16px 0px -24px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue