Skip to content

Commit

Permalink
Reduced table padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-dziurdziak committed Nov 21, 2023
1 parent bd35978 commit 6fd597c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/VideoTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,17 @@ function getOpeningsForGame(video: Video, game: Game): string[] {
background: rgba(0, 0, 0, 0.05);
}
:deep(.p-datatable .p-datatable-tbody > tr > td) {
padding: 0.3rem 0.3rem;
}
:deep(.p-datatable .p-datatable-thead > tr > th) {
padding: 0.5rem 0.5rem;
background:rgba(0, 0, 0, 0.25);
}
:deep(.p-datatable .p-datatable-header) {
padding: 0.5rem 0.5rem;
}
</style>

0 comments on commit 6fd597c

Please sign in to comment.