mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
hide the aside shadow
This commit is contained in:
parent
4a3124535a
commit
3e12d0dfa7
1 changed files with 2 additions and 2 deletions
|
|
@ -68,8 +68,8 @@
|
|||
padding: 15px 0 0;
|
||||
background-color: #fff;
|
||||
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
|
||||
transition: 700ms;
|
||||
transform: translateX(-190px);
|
||||
transition: transform 700ms;
|
||||
transform: translateX(-205px);
|
||||
overflow: auto;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue