UI bug fix

This commit is contained in:
sairaj mote 2022-10-29 02:13:10 +05:30
parent 3e9cd19d07
commit eea0ec16d3
4 changed files with 4 additions and 4 deletions

View File

@ -871,7 +871,7 @@ ul {
padding: 0 max(1rem, 4vw);
background-color: rgba(var(--foreground-color), 1);
padding-bottom: 3rem;
max-width: 70ch;
width: min(100%, 70ch);
justify-self: flex-end;
box-shadow: -1rem 0 2rem rgba(0, 0, 0, 0.1);
}

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -858,7 +858,7 @@ ul {
padding: 0 max(1rem, 4vw);
background-color: rgba(var(--foreground-color), 1);
padding-bottom: 3rem;
max-width: 70ch;
width: min(100%, 70ch);
justify-self: flex-end;
box-shadow: -1rem 0 2rem rgba(0, 0, 0, 0.1);
}

View File

@ -179,7 +179,7 @@
<button class="button" onclick="floDapps.clearCredentials()">Reset</button>
</div>
</div>
<div id="task_details" class="hidden align-content-start">
<div id="task_details" class="hidden">
<div id="task_details__backdrop" onclick="hideTaskDetails()"></div>
<div id="task_details_wrapper" class="flex flex-direction-column gap-1-5"></div>
</div>