this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix wrong shadow color for sheets

+1 -1
+1 -1
src/app.css
··· 987 987 width: 100%; 988 988 max-width: calc(var(--main-width) - 50px - 16px); 989 989 border-radius: 16px 16px 0 0; 990 - box-shadow: 0 -1px 32px var(--divider-color); 990 + box-shadow: 0 -1px 32px var(--drop-shadow-color); 991 991 animation: slide-up 0.3s var(--timing-function); 992 992 border: 1px solid var(--outline-color); 993 993 }