This commit is contained in:
sairaj mote 2022-12-02 19:58:09 +05:30
parent 7c2051efe9
commit 85692e0067
4 changed files with 8 additions and 8 deletions

View File

@ -1857,9 +1857,9 @@ ul {
top: calc(100% + 0.5rem);
left: 50%;
transform: translateX(-50%);
font-size: 0.8rem;
font-size: 0.9rem;
text-align: center;
width: 10rem;
width: 11rem;
padding: 0.5rem;
color: rgba(var(--text-color), 0.8);
background-color: var(--accent-color);
@ -1877,7 +1877,7 @@ ul {
}
.task-card .task__completion-timeline__progress__bar {
height: 0.2rem;
background-color: var(--accent-color);
background-color: rgba(var(--text-color), 1);
border-radius: inherit;
width: var(--progress);
}

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1796,9 +1796,9 @@ ul {
top: calc(100% + 0.5rem);
left: 50%;
transform: translateX(-50%);
font-size: 0.8rem;
font-size: 0.9rem;
text-align: center;
width: 10rem;
width: 11rem;
padding: 0.5rem;
color: rgba(var(--text-color), 0.8);
background-color: var(--accent-color);
@ -1821,7 +1821,7 @@ ul {
border-radius: 0.5rem;
&__bar {
height: 0.2rem;
background-color: var(--accent-color);
background-color: rgba(var(--text-color), 1);
border-radius: inherit;
width: var(--progress);
}

View File

@ -1099,7 +1099,7 @@
if (!document.querySelector(`#${pageId}`)?.classList.contains('inner-page')) return
try {
if (floDapps.user.id && (generalPages.includes(pageId))) {
if (floDapps.user.id && !location.hash) {
history.replaceState(null, null, '#/dashboard_page');
pageId = 'dashboard_page'
}