Files
YoutubeDL-Material/src/app/components/notifications/notifications.component.css
Isaac Abadi 4f26e9ac3a Added filters for notifications
Added notifications for tasks
2022-12-31 03:38:03 -05:00

10 lines
179 B
CSS

.notification-title {
margin-bottom: 6px;
text-align: center
}
.notifications-list-parent {
max-height: 70vh;
overflow-y: auto;
padding: 0px 10px 10px 10px;
}