Fixed a few styling issues on smaller displays

This commit is contained in:
Simon Grimme
2022-08-15 23:12:58 +02:00
parent b9bd257c1d
commit af74ee83d3
4 changed files with 41 additions and 42 deletions
@@ -1,10 +1,8 @@
table {
min-width: 50vw;
width: 50vw;
min-width: 750px;
}
.mat-column-path {
width: 50%;
}
.mat-column-game {
width: 35%;
.mat-column-actions {
width: 20%;
}