mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-30 13:28:04 +00:00
20 lines
352 B
CSS
20 lines
352 B
CSS
.monitored,
|
|
.status {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
width: 20px;
|
|
padding: 0;
|
|
}
|
|
|
|
.sortName {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 110px;
|
|
}
|
|
|
|
.albumCount {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
padding: 12px;
|
|
}
|