mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-26 19:38:42 +00:00
Fix CSS
This commit is contained in:
@@ -16,9 +16,9 @@
|
|||||||
.monitored {
|
.monitored {
|
||||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||||
|
|
||||||
padding: 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding: 0;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -31,16 +31,15 @@
|
|||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
min-width: 110px;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
min-width: 110px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.albums {
|
.albums {
|
||||||
composes: cell;
|
composes: cell;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
|
||||||
flex-grow: 4;
|
flex-grow: 4;
|
||||||
|
flex-wrap: wrap;
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
.status {
|
.status {
|
||||||
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||||
|
|
||||||
width: 20px;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sortName {
|
.sortName {
|
||||||
|
|||||||
Reference in New Issue
Block a user