mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-17 18:20:56 +03:00
* Fixed download spinner in player component * Downloads UI is more mobile friendly (#905) * Code cleanup * Fixed size of actions in home screen downloads * Errored downloads now display their stage as "Error" in the UI * Moved personal settings from about dialog to profile dialog * Profile dialog can now be opened without logging in/without multi-user mode * Fixed issue where archive dialog could be accessed from anywhere * Misc internationalization improvements * Combined download stage and download progress columns * Added back loading spinner to download actions * Adjusted thresholds for consolidating download action buttons * Implemented virtual scrolling for notifications (helps if many notifications exist) * Fixed minor console error
46 lines
632 B
SCSS
46 lines
632 B
SCSS
.notification-divider {
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.notification-text {
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.notification-timestamp {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.notification-card-parent {
|
|
margin: 5px;
|
|
}
|
|
|
|
.notification-card {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.notification-actions {
|
|
margin-top: auto;
|
|
}
|
|
|
|
.card-radius {
|
|
border-radius: 12px;
|
|
height: 166px;
|
|
}
|
|
|
|
.dot {
|
|
height: 8px;
|
|
width: 8px;
|
|
background-color: red;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
position: absolute;
|
|
right: 8px;
|
|
top: 8px;
|
|
}
|
|
|
|
.viewport {
|
|
height: 100%;
|
|
} |