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/src/UI/Settings/Metadata/metadata.less

37 lines
500 B

@import "../../Shared/Styles/card";
.metadata-list {
li {
display: inline-block;
vertical-align: top;
}
}
.metadata-item {
.card;
.clickable;
width: 200px;
height: 230px;
padding: 10px 15px;
h3 {
margin-top: 0px;
display: inline-block;
width: 180px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn-group {
margin-top: 8px;
}
.label {
margin-top : 3px;
display : block;
text-align : center;
}
}