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/Settings/Profiles/Delay/DelayProfiles.css

39 lines
489 B

.horizontalScroll {
overflow-x: auto;
}
.delayProfiles {
user-select: none;
}
.delayProfilesHeader {
display: flex;
margin-bottom: 10px;
font-weight: bold;
}
.column {
flex: 0 0 200px;
}
.tags {
flex: 1 0 auto;
}
.addDelayProfile {
display: flex;
justify-content: flex-end;
}
.addButton {
width: $dragHandleWidth;
text-align: center;
}
@media only screen and (max-width: $breakpointSmall) {
.horizontalScroll {
overflow-y: hidden;
width: 100%;
}
}