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

28 lines
321 B

.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;
}