YoutubeDL-Material-Backend / src /app /subscriptions /subscriptions.component.scss
PYAE1994's picture
Fresh deployment without large binaries
11452ec
Raw
History Blame Contribute Delete
483 Bytes
.add-subscription-button {
position: fixed;
bottom: 30px;
right: 30px;
}
.subscription-card {
height: 200px;
width: 300px;
}
.content-loading-div {
position: absolute;
width: 200px;
height: 50px;
bottom: -18px;
}
.a-list-item {
height: 48px;
color: unset;
display: flex;
align-items: center;
width: 100%;
}
::ng-deep .mdc-list-item__primary-text {
display: flex;
}
.sub-nav-list {
margin: 0 auto;
width: 80%;
}