mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-31 18:20:09 +01:00
New: Project Aphrodite
This commit is contained in:
12
frontend/src/System/Backup/BackupRow.css
Normal file
12
frontend/src/System/Backup/BackupRow.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.type {
|
||||
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
||||
|
||||
width: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.actions {
|
||||
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
||||
|
||||
width: 70px;
|
||||
}
|
||||
Reference in New Issue
Block a user