Lidarr/frontend/src/Settings/Profiles/Delay/DelayProfile.css

45 lines
572 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.delayProfile {
display: flex;
align-items: stretch;
margin-bottom: 10px;
height: 30px;
border-bottom: 1px solid var(--borderColor);
2017-09-04 02:20:56 +00:00
line-height: 30px;
}
2022-07-19 20:08:53 +00:00
.name {
2017-09-04 02:20:56 +00:00
flex: 0 0 200px;
}
2022-07-19 20:08:53 +00:00
.fillcolumn {
flex: 1 0 0;
}
2017-09-04 02:20:56 +00:00
.actions {
display: flex;
}
.dragHandle {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-left: auto;
width: $dragHandleWidth;
text-align: center;
cursor: grab;
}
.dragIcon {
top: 0;
}
.isDragging {
opacity: 0.25;
}
.editButton {
width: $dragHandleWidth;
text-align: center;
}