Skip to content

Commit

Permalink
improve the css of the changes table
Browse files Browse the repository at this point in the history
  • Loading branch information
the-last-pastafarian committed Dec 19, 2024
1 parent 60330f0 commit 1596d0c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions desktop/src/app/components/widgets/changes-history-dialog.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
#list {
background: white;
padding-left: 0;
padding-right: 0;
margin-left: -7px;
margin-right: -7px;
margin-bottom: -20px;

#list-header {
user-select: none;
margin-top: 2px;
display: grid;
grid-template-columns: 230px 100px 250px;
// grid-gap: 1px;
font-size: 16px;
font-weight: 500;

Expand All @@ -19,7 +15,6 @@
padding: 5px 5px 5px 10px;
color: rgb(73, 80, 87);
border: solid 1px rgb(221, 221, 221);
border-bottom: none;
}
}

Expand All @@ -33,16 +28,15 @@
margin-top: 2px;
display: grid;
grid-template-columns: 230px 100px 250px;
// grid-gap: 1px;
font-size: 16px;
font-weight: 500;

.list-body-field {
height: fit-content;
padding: 5px 5px 5px 10px;
height: 80px;
padding: 5px 5px 0px 10px;
color: rgb(73, 80, 87);
border: solid 1px rgb(221, 221, 221);
border-bottom: none;
border-top: none;
}
}
}

0 comments on commit 1596d0c

Please sign in to comment.