Added space nesting (#52)

This commit is contained in:
unknown
2021-09-03 17:58:01 +05:30
parent 6c1a602bdc
commit 4efc320f23
18 changed files with 368 additions and 91 deletions

View File

@@ -39,11 +39,10 @@
height: 8px;
background: transparent;
// background-image: linear-gradient(to top, var(--bg-surface-low), transparent);
// It produce bug in safari
// To fix it, we have to set the color as a fully transparent version of that exact color. like:
// background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
// TODO: fix this bug while implementing spaces
background-image: linear-gradient(
to top,
var(--bg-surface-low),
var(--bg-surface-low-transparent));
position: sticky;
bottom: 0;
left: 0;