mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-30 11:23:17 +01:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
20 lines
338 B
CSS
20 lines
338 B
CSS
.status,
|
|
.monitored {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 50px;
|
|
}
|
|
|
|
.title {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 1px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.albums {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|