mirror of
https://github.com/Readarr/Readarr
synced 2026-02-14 10:42:54 +01:00
19 lines
351 B
CSS
19 lines
351 B
CSS
.monitored,
|
|
.status {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
padding: 0;
|
|
width: 20px;
|
|
}
|
|
|
|
.sortName {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 110px;
|
|
}
|
|
|
|
.bookCount {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
padding: 12px;
|
|
}
|