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/Retag/RetagPreviewRow.css

27 lines
362 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;
}
}
.column {
display: flex;
flex-direction: column;
}
.selectedContainer {
margin-right: 30px;
}
.path {
margin-left: 10px;
font-weight: bold;
}