mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
23 lines
415 B
CSS
23 lines
415 B
CSS
.path {
|
|
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
|
|
|
flex: 4 0 400px;
|
|
font-size: 13px;
|
|
font-family: $monoSpaceFontFamily;
|
|
}
|
|
|
|
.quality,
|
|
.dateAdded,
|
|
.size {
|
|
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
|
|
|
flex: 0 0 120px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.actions {
|
|
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
|
|
|
flex: 0 0 100px;
|
|
}
|