mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-11 02:16:53 +00:00
Fixed: Center icons in tables
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
.cell {
|
||||
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
||||
|
||||
width: 35px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -36,7 +36,9 @@
|
||||
|
||||
.iconContainer {
|
||||
display: inline-block;
|
||||
width: 25px;
|
||||
margin-right: 7px;
|
||||
width: 18px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.noIcon {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
||||
|
||||
width: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.actions {
|
||||
|
||||
Reference in New Issue
Block a user