mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
Added support for task errors Added support for lt, gt etc. db comparisons Added task to delete old files
36 lines
567 B
SCSS
36 lines
567 B
SCSS
mat-header-cell, mat-cell {
|
|
justify-content: center;
|
|
}
|
|
|
|
.one-line {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.icon-button-spinner {
|
|
position: absolute;
|
|
top: 7px;
|
|
left: 6px;
|
|
}
|
|
|
|
.downloads-action-button-div {
|
|
margin-top: 10px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.rounded-top {
|
|
border-radius: 16px 16px 0px 0px !important;
|
|
}
|
|
|
|
.rounded-bottom {
|
|
border-radius: 0px 0px 16px 16px !important;
|
|
}
|
|
|
|
.rounded {
|
|
border-radius: 16px 16px 16px 16px !important;
|
|
}
|
|
|
|
::ng-deep mat-row {
|
|
height: fit-content !important;
|
|
} |