mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-08 04:20:08 +03:00
Added ability to schedule tasks based on timestamp Fixed mismatched types between frontend and openapi yaml Simplified imports for several backend components
32 lines
508 B
SCSS
32 lines
508 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;
|
|
} |