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.
Lidarr/frontend/src/Organize/OrganizePreviewRow.css

21 lines
285 B

.row {
display: flex;
margin-bottom: 5px;
padding: 5px 0;
border-bottom: 1px solid var(--borderColor);
&:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
}
.selectedContainer {
margin-right: 30px;
}
.path {
margin-left: 10px;
}