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/UI/Settings/Quality/quality.less

58 lines
676 B

@import "../../Shared/Styles/card";
.quality-profiles, .quality-sizes {
li {
display: inline-block;
vertical-align: top;
}
}
.quality-profile-item {
.card;
width: 250px;
height: 120px;
padding: 10px 15px;
h2 {
margin-top: 0px;
display: inline-block;
}
.btn-group {
margin-top: 10px;
}
}
.quality-size-item {
.card;
width: 200px;
height: 200px;
padding: 10px 15px;
h2 {
margin-top: 0px;
text-align: center;
}
.size {
height: 100px;
margin: 10px;
text-align: center;
}
.knob {
box-shadow: none;
}
.size-value {
text-align: center;
}
}
#quality-size {
overflow: hidden;
}