This commit is contained in:
Freeplay 2023-05-28 15:25:57 -04:00
parent a55271b96b
commit b15d84451d
2 changed files with 2 additions and 0 deletions

View file

@ -435,6 +435,7 @@ function noteClick(e) {
}
> .body {
position: relative;
flex: 1;
min-width: 0;
margin: 0 -200px;

View file

@ -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;
}
}
}