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/DownloadClient/downloadclient.less

33 lines
393 B

@import "../../Shared/Styles/clickable.less";
.download-client-list {
li {
display: inline-block;
vertical-align: top;
}
}
.download-client-item {
.clickable;
width: 290px;
height: 90px;
padding: 10px 15px;
&.add-card {
.center {
margin-top: -3px;
}
}
}
.modal-overflow {
overflow-y: visible;
}
.add-download-client {
li {
width: 33%;
}
}