UI improvement

This commit is contained in:
sairaj mote 2023-01-13 03:49:03 +05:30
parent f2d14ee8ee
commit bf0b5a09a8
2 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,7 @@ smChips.innerHTML = `
align-items: center;
background: rgba(var(--background-color,(255,255,255)), 1);
grid-row: 1;
transition: opacity 0.2s;
}
.nav-button--left{
grid-column: 1;
@ -63,6 +64,7 @@ smChips.innerHTML = `
height: 100%;
pointer-events: none;
grid-row: 1;
transition: opacity 0.2s;
}
.cover--left{
grid-column: 1;

File diff suppressed because one or more lines are too long