Skip to content

Commit

Permalink
Merge pull request #625 from Real-Dev-Squad/develop
Browse files Browse the repository at this point in the history
Dev to Main Sync
  • Loading branch information
prakashchoudhary07 authored Dec 10, 2024
2 parents 3b5656e + c4936aa commit 4a19a23
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions app/styles/tasks.css
Original file line number Diff line number Diff line change
Expand Up @@ -438,14 +438,20 @@
padding: 18px;
border-radius: 10px;
background-color: var(--white);
overflow: auto;
/* overflow-y: scroll; */
position: absolute;
left: 30%;
right: 30%;
max-width: 60%;
max-height: 90%;
gap: 20px;
display: flex;
flex-direction: column;
}
@media (max-width: 768px), (max-height: 100vh) and (orientation: portrait) {
.extension-form__container-main {
max-width: 95%;
}
}
.extension-form__container-main:hover {
cursor: default;
}
Expand All @@ -465,6 +471,7 @@
}

.extension-form__content {
/* overflow: auto; */
display: flex;
justify-content: center;
align-items: center;
Expand Down Expand Up @@ -705,13 +712,13 @@
td {
padding: 8px 2px;
vertical-align: top;
min-width: 50%;
max-width: 20%;
}
.latest-table {
width: 100%;
}
.latest-extension-info__content th {
text-align: right;
text-align: left;
}
.latest-extension-info__content td {
text-align: left;
Expand Down

0 comments on commit 4a19a23

Please sign in to comment.