mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Adjust the width of runtime & added since they are to wide
This commit is contained in:
@@ -29,17 +29,22 @@
|
|||||||
flex: 1 0 125px;
|
flex: 1 0 125px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.added,
|
|
||||||
.inCinemas,
|
.inCinemas,
|
||||||
.physicalRelease,
|
.physicalRelease,
|
||||||
.digitalRelease,
|
.digitalRelease,
|
||||||
.runtime,
|
|
||||||
.genres {
|
.genres {
|
||||||
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||||
|
|
||||||
flex: 0 0 180px;
|
flex: 0 0 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.added,
|
||||||
|
.runtime {
|
||||||
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||||
|
|
||||||
|
flex: 0 0 100px;
|
||||||
|
}
|
||||||
|
|
||||||
.movieStatus,
|
.movieStatus,
|
||||||
.certification {
|
.certification {
|
||||||
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||||
|
@@ -36,17 +36,22 @@
|
|||||||
flex: 1 0 125px;
|
flex: 1 0 125px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.added,
|
|
||||||
.inCinemas,
|
.inCinemas,
|
||||||
.physicalRelease,
|
.physicalRelease,
|
||||||
.digitalRelease,
|
.digitalRelease,
|
||||||
.runtime,
|
|
||||||
.genres {
|
.genres {
|
||||||
composes: cell;
|
composes: cell;
|
||||||
|
|
||||||
flex: 0 0 180px;
|
flex: 0 0 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.added,
|
||||||
|
.runtime {
|
||||||
|
composes: cell;
|
||||||
|
|
||||||
|
flex: 0 0 100px;
|
||||||
|
}
|
||||||
|
|
||||||
.movieStatus,
|
.movieStatus,
|
||||||
.certification {
|
.certification {
|
||||||
composes: cell;
|
composes: cell;
|
||||||
|
Reference in New Issue
Block a user