YoutubeDL-Material-Backend / src /app /components /notifications /notifications.component.css
PYAE1994's picture
Fresh deployment without large binaries
11452ec
Raw
History Blame Contribute Delete
201 Bytes
.notification-title {
margin-bottom: 6px;
text-align: center
}
.notifications-list-parent {
overflow-y: auto;
padding: 0px 10px 10px 10px;
}
.notifications-list {
display: block
}