mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 07:10:57 +00:00
Adjust the width of runtime & added since they are to wide
This commit is contained in:
parent
2b7af5d99d
commit
bc83e902cc
2 changed files with 14 additions and 4 deletions
|
@ -29,17 +29,22 @@
|
|||
flex: 1 0 125px;
|
||||
}
|
||||
|
||||
.added,
|
||||
.inCinemas,
|
||||
.physicalRelease,
|
||||
.digitalRelease,
|
||||
.runtime,
|
||||
.genres {
|
||||
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||
|
||||
flex: 0 0 180px;
|
||||
}
|
||||
|
||||
.added,
|
||||
.runtime {
|
||||
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||
|
||||
flex: 0 0 100px;
|
||||
}
|
||||
|
||||
.movieStatus,
|
||||
.certification {
|
||||
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||
|
|
|
@ -36,17 +36,22 @@
|
|||
flex: 1 0 125px;
|
||||
}
|
||||
|
||||
.added,
|
||||
.inCinemas,
|
||||
.physicalRelease,
|
||||
.digitalRelease,
|
||||
.runtime,
|
||||
.genres {
|
||||
composes: cell;
|
||||
|
||||
flex: 0 0 180px;
|
||||
}
|
||||
|
||||
.added,
|
||||
.runtime {
|
||||
composes: cell;
|
||||
|
||||
flex: 0 0 100px;
|
||||
}
|
||||
|
||||
.movieStatus,
|
||||
.certification {
|
||||
composes: cell;
|
||||
|
|
Loading…
Reference in a new issue