mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-13 02:52:29 +01:00
21 lines
311 B
CSS
21 lines
311 B
CSS
.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;
|
|
word-break: break-word;
|
|
}
|