mirror of
https://github.com/Readarr/Readarr
synced 2025-12-26 10:14:51 +01:00
Fix CSS
This commit is contained in:
parent
aa5d8aab9d
commit
09d9ccddeb
2 changed files with 4 additions and 5 deletions
|
|
@ -16,9 +16,9 @@
|
|||
.monitored {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
|
|
@ -31,16 +31,15 @@
|
|||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
min-width: 110px;
|
||||
flex-shrink: 0;
|
||||
min-width: 110px;
|
||||
}
|
||||
|
||||
.albums {
|
||||
composes: cell;
|
||||
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-grow: 4;
|
||||
flex-wrap: wrap;
|
||||
min-width: 400px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
.status {
|
||||
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||
|
||||
width: 20px;
|
||||
padding: 0;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.sortName {
|
||||
|
|
|
|||
Loading…
Reference in a new issue