fix
This commit is contained in:
parent
a55271b96b
commit
b15d84451d
|
@ -435,6 +435,7 @@ function noteClick(e) {
|
|||
}
|
||||
|
||||
> .body {
|
||||
position: relative;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
margin: 0 -200px;
|
||||
|
|
|
@ -390,6 +390,7 @@ function focusFooter(ev) {
|
|||
background: var(--panel);
|
||||
mask: linear-gradient(to top, var(--gradient));
|
||||
-webkit-mask: linear-gradient(to top, var(--gradient));
|
||||
transition: background .2s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue