mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-18 22:54:34 +00:00
20 lines
351 B
CSS
20 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;
|
|
}
|