You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readarr/frontend/src/BookFile/Editor/BookFileEditorTableContent.css

22 lines
352 B

.filesTable {
margin-bottom: 20px;
padding-top: 15px;
border: 1px solid var(--borderColor);
border-top: 1px solid var(--borderColor);
border-radius: 4px;
background-color: var(--cardBackgroundColor);
&:last-of-type {
margin-bottom: 0;
}
}
.actions {
display: flex;
margin-right: auto;
}
.selectInput {
margin-left: 10px;
}