mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Fixed: Center icons in tables
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
342122cbb4
commit
14867cff7e
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
.cell {
|
.cell {
|
||||||
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
||||||
|
|
||||||
width: 35px;
|
width: 35px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,9 @@
|
||||||
|
|
||||||
.iconContainer {
|
.iconContainer {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 25px;
|
margin-right: 7px;
|
||||||
|
width: 18px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noIcon {
|
.noIcon {
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
||||||
|
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions {
|
.actions {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue